madshadow
02-03-2007, 10:11 PM
Hello all,
I have a user system set up ussing sessions. Each page looks to see whether the user is logged in. I have the cookies set to expire when the browser is closed but some users have been reporting that they have been logged out after a while without closing a browser.
My question is this. A user may be writing a document for an extended period. If they try to submit and their session has expired, they lose the document they have spent time on. What is the best method of sort of "parking" the information in case they need to login again, then redirecting them back to the page with their proper data?
any help would be appreciated greatly. Thanks!!!
I have a user system set up ussing sessions. Each page looks to see whether the user is logged in. I have the cookies set to expire when the browser is closed but some users have been reporting that they have been logged out after a while without closing a browser.
My question is this. A user may be writing a document for an extended period. If they try to submit and their session has expired, they lose the document they have spent time on. What is the best method of sort of "parking" the information in case they need to login again, then redirecting them back to the page with their proper data?
any help would be appreciated greatly. Thanks!!!