I know there is probably a simple way to do this, but I haven't found it yet!
How can I submit data from a form after a session has timed out?
Situation: User is logged in with ID and password, and enters data in a form. User walks away from PC, and session times out. User then returns and clicks "Submit".
How do I submit the form data ? The user would have to re-enter his login ID and password first, and then I would want the form data submitted.
I cannot do an auto-submit before timeout in case the user doesn't want to save that info (it's a timesheet application).
Suggestions? 
|