Re: [PHP] Session does not end when browser is closed.

2003-08-14 Thread John Manko
make sure the process has terminated. Lee Hanxue wrote: Hi, I am using $_SESSION and each php page has session_start() Session Handling is working fine, except for one problem: when I close my browser and re-open it again, I am still logged in. I tested the log in and log out functions and th

Re: [PHP] Session does not end when browser is closed.

2003-08-14 Thread CPT John W. Holmes
From: "Lee Hanxue" <[EMAIL PROTECTED]> > I am using $_SESSION and each php page has session_start() Session > Handling is working fine, except for one problem: when I close my > browser and re-open it again, I am still logged in. > > I tested the log in and log out functions and they work fine. >

[PHP] Session does not end when browser is closed.

2003-08-14 Thread Lee Hanxue
Hi, I am using $_SESSION and each php page has session_start() Session Handling is working fine, except for one problem: when I close my browser and re-open it again, I am still logged in. I tested the log in and log out functions and they work fine. How can I terminate a session when the user