Re: retain form data when a user session expires while filling a form

2018-04-13 Thread Avraham Serour
You may also always save to cookie before submitting the form and clear it on the thank you page On Thu, 12 Apr 2018, 14:20 Vijay Shanker, wrote: > I have to code this scenario: > > Some user comes to fill a form and while user is at it, session expires; > User tries to submit form, as session h

retain form data when a user session expires while filling a form

2018-04-12 Thread Vijay Shanker
I have to code this scenario: Some user comes to fill a form and while user is at it, session expires; User tries to submit form, as session has expired it will take him to login page after which he is rediredted to form page with a prefilled form with data he filled previously. my propsed s