Re: [PHP] Why Remember Session ??

2002-02-25 Thread William Lovaton
Well, you have to destroy the session... see session_destroy() I never tried this, but you can call a PHP script on the onUnLoad event of the body page... so when the window is closed, it calls a given script and this script destroy the session. William. El lun, 25-02-2002 a las 12:29, Beta e

[PHP] Why Remember Session ??

2002-02-25 Thread Beta
BlankHI, i have a problem, When i close the browser the session is NOT killed, when i enter the page that requires login i can enter the page that was previosly entered via login (but i closed it). So it remembers session or cookies i don't know. How to prevent this, How to kill the session when