--- redips <[EMAIL PROTECTED]> wrote:
> I know that if I set a session, by default it will expire when the
> browser closes. Can I also set a timeout?
You can look through your php.ini, searching for the word session. I prefer,
however, to keep a timestamp of the user's last access in the session
Start here:
www.php.net/session
You should read it from the main heading to the last line of the last
comment.
redips wrote:
I know that if I set a session, by default it will expire when the
browser closes. Can I also set a timeout? For example, if the session is
idle for 30 minutes it will e
2 matches
Mail list logo