-
Notifications
You must be signed in to change notification settings - Fork 62
session_regenerate_id error #70
Comments
@pensiero any affected versions? Any way to reproduce it with a test ( |
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? |
I have the same problem with PHP Version 7.1.9-1+ubuntu16.04. |
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 |
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
|
Any update on this? It's still gives error on tests but not on rest or http request. |
@pensiero @n0v3xx I've tried the following:
|
This repository has been closed and moved to laminas/laminas-session; a new issue has been opened at laminas/laminas-session#8. |
Using
The text was updated successfully, but these errors were encountered: