From:             [EMAIL PROTECTED]
Operating system: Win2000
PHP version:      4.0.5
PHP Bug Type:     Scripting Engine problem
Bug description:  session handling garbage collection

Is this a bug? It seems that the garbage collection routine doesn't start 
automatically (waited 1 day). It works fine if I call the my_session_gc($maxtime) at 
the start of each session.


php.ini:
session.auto_start
 Off Off 
session.cache_expire
 180 180 
session.cache_limiter
 nocache nocache 
session.cookie_domain
 no value no value 
session.cookie_lifetime
 0 0 
session.cookie_path
 / / 
session.cookie_secure
 Off Off 
session.entropy_file
 no value no value 
session.entropy_length
 0 0 
session.gc_maxlifetime
 60 60 
session.gc_probability
 1 1 
session.name
 PHPSESSID PHPSESSID 
session.referer_check
 no value no value 
session.save_handler
 user user 
session.save_path
 c:\php\sessiondata c:\php\sessiondata 
session.serialize_handler
 php php 
session.use_cookies
 Off Off 



-- 
Edit Bug report at: http://bugs.php.net/?id=11521&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to