Re: [PHP] Re: PHP SESSION timeouts

2003-09-03 Thread Marek Kilimajer
Maybe we don't understand each other. Catalin Trifu wrote: Hi, It does not. session.gc_maxlifetime states that PHP will consider that garbage, but it will not inform you it did so, No it will not inform you and there is no way it can inform you because the gc does not know how t

Re: [PHP] Re: PHP SESSION timeouts

2003-09-03 Thread Catalin Trifu
Hi, It does not. session.gc_maxlifetime states that PHP will consider that garbage, but it will not inform you it did so, neither does it terminate the session. Make an experimet if you want. set the "timeout" 5 minutes, go for a coffee and come back in 10 minutes. You'll have

Re: [PHP] Re: PHP SESSION timeouts

2003-09-03 Thread Marek Kilimajer
Let me corect you. Catalin Trifu wrote: Hi, No, there is not! You have to manage yourself the timeout, for instance through a timestamp, which you verify on each request. PHP does not destry sessions by itself. Yes, it does, check your session.gc_maxlifetime setting (gc stands for g