From: "Binay" <[EMAIL PROTECTED]>
> Is it possible to increase the probability which is by default 1% to 99 %
> and make sure that session are destroyed after 10 mins by setting
> session.gc_maxlifetime to 600.
I wouldn't recommend that, but you could. The setting to 600 is fine, but I
wouldn't a
]>
To: "Binay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 21, 2003 5:08 PM
Subject: Re: [PHP] Destroying session if not being used from past 10 mins.
> From: "Binay" <[EMAIL PROTECTED]>
>
> > How can I configure the session to get
From: "Binay" <[EMAIL PROTECTED]>
> How can I configure the session to get destroyed,
> if not being used from past 10 mins.
If you're using the default session handler, the session files are cleaned
up after not being used for 1440 seconds (by default), and the session is
basically destroyed. Yo
On Tuesday 21 October 2003 13:55, Binay wrote:
> How can I configure the session to get destroyed, if not being used from
> past 10 mins.
Sessions are destroyed automatically. You set the session life-time in php.ini
with "session.gc_maxlifetime".
If you want to force the issue, then you'll pro
Hi all,
How can I configure the session to get destroyed, if not being used from past 10 mins.
Thanks in advance
binay
5 matches
Mail list logo