RE: handling timeouts

2006-12-31 Thread Snake
Unless you specially want someone to be logged out, you can simply re-create the session after it expires and carry on as normal. If you do want the user to be logged out, then you could save the current form data in a cookie, or alternately save the submitted data and post it to the the login page

Re: handling timeouts

2006-12-31 Thread Jacob Munson
For your 'think for a long time' example, I'd suggest you look at using javascript and cookies. In Blogger, for example, while you're posting a message, the system tells your browser to save the form's contents to a cookie every few seconds. So if your browser crashes and you go back to blogger,