Don't cross post such question...

All you need to understand is how cookie is managed unless
you are passing session id via URL.

Read RFC2965 and RFC2964.
You probably want to read netscape cookie spec also.

--
Yasuo Ohgaki

Youngie wrote:
> Why would my session data not be deleted after my browser is closed?
> 
> I can set some session variables, close my browser, reopen them and the old
> values are still present,
> I can verify this by seeing that the file still containts my session data
> and values.
> 
> Thanks
> 
> John.
> 
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to