From:             blue at jungbo dot net
Operating system: RedHat 7.3
PHP version:      4.3.2
PHP Bug Type:     Session related
Bug description:  Session is not disconnected.

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.







-- 
Edit bug report at http://bugs.php.net/?id=24701&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24701&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24701&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24701&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24701&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24701&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24701&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24701&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24701&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24701&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24701&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24701&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24701&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24701&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24701&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24701&r=gnused

Reply via email to