RE: [PHP] session experation

2003-10-09 Thread Vail, Warren
rrier [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] session experation The session will die on browser close. What you are asking for is how to use cookies. You can set a cookie and use the information in that to determine user functionality

Re: [PHP] session experation

2003-10-09 Thread Daniel Guerrier
The session will die on browser close. What you are asking for is how to use cookies. You can set a cookie and use the information in that to determine user functionality http://us2.php.net/manual/en/function.setcookie.php --- Sam Folk-Williams <[EMAIL PROTECTED]> wrote: > Hi, > > I want to ext