Re: [PHP] session expire

2003-10-08 Thread Chris Shiflett
--- 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

Re: [PHP] session expire

2003-10-08 Thread Marek Kilimajer
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