[PHP] Session - when they expirate ?

2006-05-01 Thread Martin Zvarík
Hi, I was looking all over the internet and I don't understand when and how does the PHP session expirate. I suppose that it happens when the user is inactive. On my website I don't use cookies for session and it has standard php.ini configuration: session.gc_maxlifetime = 1440

Re: [PHP] Session - when they expirate ?

2006-05-01 Thread tedd
At 1:36 PM +0200 5/1/06, Martin Zvarík wrote: Hi, I was looking all over the internet and I don't understand when and how does the PHP session expirate. I suppose that it happens when the user is inactive. On my website I don't use cookies for session and it has standard php.ini

Re: [PHP] Session - when they expirate ?

2006-05-01 Thread afan
I had a similar question few days ago on one other forum and get an answer that session expiration is defined by session.gc_maxlifetime and 1440 is number of secunds. (24 minutes - you were right tedd ;)) -afan At 1:36 PM +0200 5/1/06, Martin Zvarík wrote: Hi, I was looking all over the

Re: [PHP] Session - when they expirate ?

2006-05-01 Thread Jochem Maas
Martin Zvarík wrote: Hi, I was looking all over the internet and I don't understand when and how does the PHP session expirate. I suppose that it happens when the user is inactive. On my website I don't use cookies for session and it has standard php.ini configuration: