PHP Session settings ignored?
I just read an extremely interesting post which explains an unwanted side effect of garbage collection by some Debian based systems. This cleanup process causes (maybe amongst other things) sessions to be cleared every 24 minutes, regardless of any ini setting you have set after the php.ini file is parsed (for example using ini_set() – if you are a symfony user, this is done during initialisation based on a setting in your factories.yml file).
Check it out: http://elephpants.blog.linpro.no/2009/10/02/unwanted-end-of-sessions/
Comments(3)