Re: [PHP4BETA] Session Cookie Lifetime From: Andrei Zmievski (andrei <email protected>)
Date: 01/31/00

On Mon, 31 Jan 2000, Leslie Bester wrote:
> I'm unable to get session cookies to persist longer then the lifetime of the
> browser
>
> I'm using PHP-4.0b3 (downloaded from the php site 1 week ago)
>
> In php.ini, I've set session lifetime to 86400 seconds,
> even restarted the webserver.. but the browser still
> reports cookie lifetime to "End Of Session"
>
> What else can I try?

Make sure you are setting session.cookie_lifetime and not
session.gc_maxlifetime.

-Andrei

Give a man a fish; you have fed him for today. Teach a man to fish;
and you can sell him fishing equipment.
                                        -Author unknown

-- 
PHP 4.0 Beta Mailing List <http://www.php.net/version4/>
To unsubscribe, e-mail: php4beta-unsubscribe <email protected>
For additional commands, e-mail: php4beta-help <email protected>
To contact the list administrators, e-mail: php4beta-admin <email protected>