RE: [PHP-WIN] Re: Properly ending a session

2002-07-14 Thread pookster
Try setting session.auto_start to 1 - see http://www.php.net/manual/en/ref.session.php Mikey > -Original Message- > From: Matt Babineau [mailto:[EMAIL PROTECTED]] > Sent: 14 July 2002 15:25 > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Re: Properly ending a session

RE: [PHP-WIN] Re: Properly ending a session

2002-07-14 Thread Matt Babineau
: [PHP-WIN] Re: Properly ending a session You can use session_destroy(), this will delete the session (even from the HD). -micha Matt Babineau wrote: > How can I properly terminate a session? I am working on a login/logout > system and I need to login as a different user for testing so

[PHP-WIN] Re: Properly ending a session

2002-07-14 Thread Micha
You can use session_destroy(), this will delete the session (even from the HD). -micha Matt Babineau wrote: > How can I properly terminate a session? I am working on a login/logout > system and I need to login as a different user for testing so I want to > be able to log myself out. I am using