"Binay" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Yes its showing 0 only.. > > Its a weird kind of problem for me .. > > ----- Original Message ----- > From: "David Otton" <[EMAIL PROTECTED]> > To: "Binay" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Friday, October 17, 2003 4:16 PM > Subject: Re: [PHP] Session not getting destroyed ! > > > > 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 ());
Do you have a logout page? Something that uses session_destroy() ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php