On Fri, 17 Oct 2003 15:58:36 +0530, you wrote:

>My session is not getting destroyed once i close the browser. Problem is only in IE 5 
>as IE 6+ its getting destroyed. I don't know what is the problem. I looked at the 
>session settings parameters in php.ini file but couldn't figure it out.
>
>I am using php 4.2.3 
>and session.cookie_lifetime is set to 0 also.

Are you certain cookie_lifetime is set to 0?

print_r (session_get_cookie_params ());

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

Reply via email to