Re: [PHP] Session Expiration Timeout

2004-07-28 Thread Jordi Canals
Matt M. wrote: - Wich is the default timeout for a session? And, is some way to know the expiration time for a session? Take a look at the ini variables. http://us2.php.net/session session.gc_maxlifetime Thanks Matt. for your quick and clear answer. I've readed about it, and seen the default is 24

Re: [PHP] Session Expiration Timeout

2004-07-28 Thread Jason Davidson
I beleive there is some session timeout setting in php.ini .. search for session or expire or timeout in that file. Jason On Wed, 28 Jul 2004 20:18:21 +0200, Jordi Canals <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm dealing with sessions in a project. Here people are editing some > documents o

Re: [PHP] Session Expiration Timeout

2004-07-28 Thread Matt M.
> I've been looking for about changing somewhere the session exiration > time, but only found about the session cookie expiration. > - Wich is the default timeout for a session? And, is some way to know > the expiration time for a session? Take a look at the ini variables. http://us2.php.net/ses