mrkleen340
New member
I am making a set of scripts and storing variables in a session for use on each page. My problem is that it may take the user a long time to enter some data on one of these pages. So when exactly dose a session expire? dose the user actively have to navigate away from a page, or is it is a time based thing?
p.s. I am only using session variables because I do not need to store in a database so please don't tell me to use mysql instead.
p.s. I am only using session variables because I do not need to store in a database so please don't tell me to use mysql instead.