want code for autosave the data of form in jsp when sessiontimeout
Printable View
want code for autosave the data of form in jsp when sessiontimeout
U can start a timer in javascript when you load the form and count the expire time of the session.
When this timer is over you can submit the form by javascript.