I think this needs to be looked into.

You cannot change the session.gc_maxlifetime in your php scripts using
ini_set("session.gc_maxlifetime", SOMEVALUE);

Everything says it was read correctly but the garbage collector reads
the session.gc_maxlifetime directly from the php.ini file and disregards
the rest. You also cannot change the session path.

I have not done to much debugging but this is a very annoying issue when
you want to change the session lifetime.

-- 
PHP session garbage collection
https://bugs.launchpad.net/bugs/316441
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to