I have a problem regarding session timeout in the following Scenario.
- First, the user login with his valid information.
- After successful login, he is redirected to "PAGE1"
He input some data and press "NEXT PAGE button" . Now, He will be redirected to "PAGE2". The data input by the user in PAGE1 is stored in the session attribute. So that he may go back to PAGE1 from PAGE2 by using "PREVIOUS PAGE button" .
When he press "UPDATE" button , If the session timeout occurs, Login page will be redirected.
So my Requirement is: 1. He should continue his work from the same page if he successfully login without loosing any previously set data in session attribute. 2. He should go back to PAGE1 if he want.
Is it possible? What can be the possible solutions for the given scenario? I would be grateful for the suggestion. Thankyou.