-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
session_regenerate_id error #8
Comments
It seems something related to zendframework/zend-session#67 and zendframework/zend-session#46 Originally posted by @pensiero at zendframework/zend-session#70 (comment) |
@pensiero any affected versions? Any way to reproduce it with a test ( Originally posted by @Ocramius at zendframework/zend-session#70 (comment) |
I found that it was related to this line:
that was part of this:
that is part of the code written here: https://framework.zend.com/manual/2.4/en/modules/zend.session.manager.html Can I safely remove that line? Originally posted by @pensiero at zendframework/zend-session#70 (comment) |
I have the same problem with PHP Version 7.1.9-1+ubuntu16.04. Originally posted by @n0v3xx at zendframework/zend-session#70 (comment) |
2017/09/28 18:18:28 [error] 413#413: 128 FastCGI sent in stderr: "PHP message: PHP Warning: session_regenerate_id(): Session object destruction failed. ID: user (path: /var/www/clients/client1/web1/tmp) in /var/www/clients/client1/web1/web/tags/2.0.0/vendor/zendframework/zend-session/src/SessionManager.php on line 329" while reading response header from upstream, client: 162.158., server: , request: "POST /user/login HTTP/1.1", upstream: "fastcgi://unix:/var/lib/php7.0-fpm/web1.sock:", host: "", referrer: "https://*/user/login" @Ocramius , can you check this problem again? can you try the example from @pensiero Originally posted by @n0v3xx at zendframework/zend-session#70 (comment) |
I dont know why but when the deleteOldSeession param is true the error occur. If the value on false all works well. I dont know if that a zend or php7 problem? vendor/zendframework/zend-session/src/SessionManager.php
Originally posted by @n0v3xx at zendframework/zend-session#70 (comment) |
Any update on this? It's still gives error on tests but not on rest or http request. Originally posted by @Zebercet at zendframework/zend-session#70 (comment) |
@pensiero @n0v3xx I've tried the following:
Originally posted by @michalbundyra at zendframework/zend-session#70 (comment) |
Using
Originally posted by @pensiero at zendframework/zend-session#70
The text was updated successfully, but these errors were encountered: