Re: [PHP] My Session don't expire

2002-02-16 Thread Andrey Hristov
Maybe the content of the page is cached. Try to reload/to clear the cache of the browser. Best regards, Andrey Hristov - Original Message - From: "Rodrigo Peres" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 4

[PHP] My Session don't expire

2002-02-16 Thread Rodrigo Peres
Hi list, I'm using IE5 on Mac with MacOS 9.2.2. I've made a script that use session_register(), but even when I quit the browser the values registered with session still there. Ex: I run the script, quit the browser, reopen it and do an echo($myvar) and, the value is there, didn't expire. How can