From:             [EMAIL PROTECTED]
Operating system: Linux 7.1
PHP version:      4.1.2
PHP Bug Type:     Session related
Bug description:  Session is not disconnected.

I use apache 1.3.23 / php 4.1.2 / mysql 3.23.49 / Zend Optimizer v1.2.0
with Redhat 7.1.

phpinfo list are below,

Configure Command  './configure' '--with-mysql=/usr/local/mysql'
'--with-apache=../apache_1.3.23' '--enable-track-vars' 
Server API Apache 
Virtual Directory Support disabled 
Configuration File (php.ini) Path /usr/local/Zend/etc/php.ini 
ZEND_DEBUG disabled 
Thread Safety disabled 

php.ini list below,

session.save_handler = files 
session.cookie_domain = 
session.serialize_handler = php 
session.gc_probability = 1 
session.gc_maxlifetime = 1440 
session.referer_check = 
session.entropy_length = 0 
session.entropy_file = 
session.cache_limiter = nocache 
session.cache_expire = 180 
session.use_trans_sid = 1 
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"


First I loged in by session, and close browser.
Then I reconnect, session still alive with login ID and Password.
I restart my server computer and my personal computer, but session are
still alive.

Sometime session disconnect, but Sometime are not.

You can test here http://pansory.pe.kr with UserID : 1111
and password 1111.
phpinfo URL is http://pansory.pe.kr/php.php

I found someone who are same exprience with me.
One use php 4.1.1 and the other use 4.1.2

I also expriece this situation with win2K server. with php versoion 4.1.2
-- 
Edit bug report at http://bugs.php.net/?id=16274&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16274&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16274&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16274&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16274&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16274&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16274&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16274&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16274&r=submittedtwice

Reply via email to