php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24701 Session is not disconnected.
Submitted: 2003-07-18 03:06 UTC Modified: 2003-07-18 03:36 UTC
From: blue at jungbo dot net Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.3.2 OS: RedHat 7.3
Private report: No CVE-ID: None
 [2003-07-18 03:06 UTC] blue at jungbo dot net
Description:
------------
i found same problem in php 4.1.2
our webserver migrate to 4.3.2
but there is some strange problem

session.cookie_lifetime= 0 is mean util closed browser.
but doesn't disconnect it is remain....  of coure my all browser is closed and more strange thing is it happend sometimes not always...
there is who same problem?

config option below ..

--with-apxs=/usr/httpd/bin/apxs
--with-mysql=/usr/local/Mysql
--with-gd=/usr
--with-png-dir=/usr
--with-zlib-dir=/usr
--with-jpeg-dir=/usr
--with-freetype-dir=/usr
--with-db
--with-gettext
--enable-track-vars
--disable-debug
--enable-memory-limit
--enable-magic-quotes
--disable-posix

php.ini below

session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /

and else is default value.







Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-18 03:36 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

..
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC