Thanks Shane,

>Can you not just set the cookie again [using the updated expiry date].

         Problem is that session_register() automatically sets a cookie
which is set to expire when the browser is closed.

         Now that I think about it, the default cookie expiration is set in
the php.ini file and I suspect could be changed with a:

ini_alter("session.cookie_lifetime","seconds to expire");

Urb


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to