damon2003
11-13-2003, 05:08 AM
Hi,
I am using textfields and a hidden field to pass information from one page to the next. On the next page I store all the passed info into individual sessions. Then the user goes to a new page where the information is mailed somewhere.
This works fine the vast majority of the time.
However, every so often an email is received and the session information is not there. Are sessions 100% reliable??
The user has to enter the information in the first place because there is validation on the textfields. What about if the user left the browser static for too long? I am using 'GET' as the submit method by the way,
thanks
I am using textfields and a hidden field to pass information from one page to the next. On the next page I store all the passed info into individual sessions. Then the user goes to a new page where the information is mailed somewhere.
This works fine the vast majority of the time.
However, every so often an email is received and the session information is not there. Are sessions 100% reliable??
The user has to enter the information in the first place because there is validation on the textfields. What about if the user left the browser static for too long? I am using 'GET' as the submit method by the way,
thanks