Thursday 23 June 2011 8:38:44 am
Hi Sander, The php-based session handler was introduced as the default in Fuji - 4.4. Given the message you get ("Your current session handler.." ), file-based session management is in use. Scanning the PHP changelogs from 5.2.10 to 5.2.14, i stumble upon the following interesting stuff :
- "Fixed segfault on invalid session.save_path."
- "Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check"
I would definitely give the PHP upgrade a try, if i were you. Cheers, PS : check session.save_path in php.ini, and make sure it is storing sessions in a place where there is enough disk-space or write rights. Cheers.
--
Nicolas Pastorino
Director Community - eZ
Member of the Community Project Board
eZ Publish Community on twitter: http://twitter.com/ezcommunity
t : http://twitter.com/jeanvoye
G+ : http://plus.tl/jeanvoye
|