Join 132,624 PHP Programmers for FREE! Get instant access to thousands of PHP experts, tutorials, code snippets, and more! There are 1,043 people online right now. Registration is fast and FREE... Join Now!
I have an employee evaluation form that is one page in length, but can some times take almost two hours to complete. If that occurs the user clicks submit but get an error that the session has expired. How can I get around that?
Are you referring to actual session timeouts, or a browser timeout?
As an aside, if a web form is taking two hours to complete, you may want to think about breaking it up into smaller sections, then submitting each section as the user completes them.