[PHP] RE: Destroy session variable when IE close

2002-08-15 Thread Tim Ward

yes but the variables are still held and would be available if you knew the
session id. until the garbage collection clears it out the session variables
are still there. the session doesn't die when the browser closes, just the
browser's reference to it.


Tim Ward

Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclaimer.html 


> -Original Message-
> From: lallous [mailto:[EMAIL PROTECTED]]
> Sent: 14 August 2002 14:44
> To: [EMAIL PROTECTED]
> Subject: Re: Destroy session variable when IE close
> 
> 
> Afaik, the session will die automatically when IE gets closed.
> Or at least the cookie that links to that session.
> 
> Elias
> 
> "Christian Ista" <[EMAIL PROTECTED]> wrote in message
> 000101c24384$442ab9b0$c000a8c0@p3portable">news:000101c24384$442ab9b0$c000a8c0@p3portable...
> > Hello,
> >
> > Is it possible to set to null (or destroy) the session 
> variables when I
> > close IE ?
> >
> > Bye
> >
> 
> 
> 

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




[PHP] Re: Destroy session variable when IE close

2002-08-14 Thread lallous

Afaik, the session will die automatically when IE gets closed.
Or at least the cookie that links to that session.

Elias

"Christian Ista" <[EMAIL PROTECTED]> wrote in message
000101c24384$442ab9b0$c000a8c0@p3portable">news:000101c24384$442ab9b0$c000a8c0@p3portable...
> Hello,
>
> Is it possible to set to null (or destroy) the session variables when I
> close IE ?
>
> Bye
>



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