RE: [PHP-DB] Re: setting cookies so the cookie will expire when the user's session ends.

2001-07-05 Thread Beau Lebens
le or something) that their session is no longer 'valid' // -Original Message- // From: Ken Sommers [mailto:[EMAIL PROTECTED]] // Sent: Friday, 6 July 2001 1:43 PM // To: PHP DB Mailing List // Subject: Re: [PHP-DB] Re: setting cookies so the cookie will // expire when // the

Re: [PHP-DB] Re: setting cookies so the cookie will expire when the user's session ends.

2001-07-05 Thread Ken Sommers
Kelvin, thanks, do you believe or hopefully even know that that expiration time for this cookie: setcookie ("TestCookie", $value,time()+3600); /* expire in 1 hour */ will be one hour after the cookie is set OR one hour after the session expires? Ken "Kelvin" <[EMAIL PROTECTED]> wrote in mess