From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.5
PHP version:      4.2.3
PHP Bug Type:     Session related
Bug description:  Session file stay forever

Here's my conf:
[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
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.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1


I start session and even if the user close it's browser, the session file
stay forever... It stay there and I have to delete them else I get an
hundred of session file created.... I tested it on my 2 box (Freebsd4.5)
and it does that too....

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

Reply via email to