ID: 8670
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *Configuration Issues
Description: Incorect interpretation session.gc_maxlifetime parameter

Incorect interpretation session.gc_maxlifetime parameter, the other session 
parameters:
session.save_handler      = files
session.save_path         = C:\PHP\sessiondata
session.use_cookies       = 0
session.name              = PHPSESSID
session.auto_start        = 1
session.cookie_lifetime   = 10000000
session.cookie_path       = /
session.cookie_domain     = 
session.serialize_handler = php
session.gc_probability    = 100
session.gc_maxlifetime    = 360000
session.referer_check     = 
session.entropy_length    = 0
session.entropy_file      = 
session.cache_limiter     = nocache
session.cache_expire      = 1
session.use_trans_sid     = 1


Previous Comments:
---------------------------------------------------------------------------

[2001-01-14 17:30:33] [EMAIL PROTECTED]
What are the other session related php.ini values you have?

--Jani

---------------------------------------------------------------------------

[2001-01-12 04:17:56] [EMAIL PROTECTED]
This parameter is not correctly interpreted. In my experiments if I specify 36000 
(Aprox 10 hours) the gc process removes sesion imediately. If 360000 session will be 
removed aroximately after 10 days.

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8670


-- 
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