Re: [PHP] Session not time out if server has NO visit in 30 minutes? From: Ignacio Vazquez-Abrams (ignacio <email protected>)
Date: 11/15/00

On Wed, 15 Nov 2000, Joss Shen wrote:

> Hi there,
>
> I found a strange problem in my PHP program.
>
> Seems session won't time out if the Apache server has absolute NO visit in
> 30 minutes. Means, my browser is the ONLY ONE browser visiting it, and I
> idel for 30 minutes, then I click one link in my page, all session variables
> are still valid! - which should not!
>
> Does anybody have the same problem with me?
>
> Help!
>
> Thanks,
> Joss
>

Quick question: are you specifying that sessions should expire in thirty
minutes?

-- 
Ignacio Vazquez-Abrams

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>