jasongrimes/silex-simpleuser

[error] PHP Warning: Parent session handler is not open

Closed this issue · 1 comments

During user logout process I've got the message:
[Tue Oct 01 07:24:48 2013] [error] [client 127.0.0.1] PHP Warning: SessionHandler::close(): Parent session handler is not open in ...
Is it PHP bug ? Or do we have some workaround?

It's a bug related to PHP, fixed in 5.4.11.
Either upgrade PHP (get latest 5.4 on ubuntu: https://launchpad.net/~ondrej/+archive/php5-oldstable/+packages), or if you can't, ignore this bug (refresh the page after getting the error and it will log you out).

For more information: symfony/symfony#5868