-
-
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_write_close(): Failed to write session data using user defined save handler. #6
Comments
I am facing a similar issue since upgrading to PHP 7.1 . I should note though, that we are using a VERY old version of Zend Framework: 1.10. I do notice though that your session.save_path seems to be empty? Originally posted by @cg923 at zendframework/zend-session#77 (comment) |
Yes, I am facing exactly the same issue here. I am using also the session-db, i don't know why he reproduces this error pointing to something like if was saved on local disk. Originally posted by @apoca at zendframework/zend-session#77 (comment) |
I'm also experienced the same issue but my particularity is that the session save handler want well to store user id (after logging) but doesn't want to store data session cart to sessiondb Originally posted by @jamelcity at zendframework/zend-session#77 (comment) |
🤔 I'm facing the exact same issue when I use Originally posted by @Nguimjeu at zendframework/zend-session#77 (comment) |
I also occasionally experience the error (
in What is interesting is that I am using The session with the session ID included in the error log is not stored in the database. The error happens sporadically and is not reproducible. I am using Originally posted by @jonathanmaron at zendframework/zend-session#77 (comment) |
Yes unfortunately we have the same error here.. |
I think we have the exact same problem. We use our own SaveHandler and getting this exception ....
|
Is this issue still occuring with laminas-session versions > 2.9.1? |
Im still getting the same random error with laminas-session 2.13.0, DbTableGateway SaveHandler, php 8.1.1, windows 10 |
@StefanGerl |
Errors like these seem unrelated:
I'm closing here: please consider opening a new issue with logs presenting exactly:
|
Occasionally,we get the following not yet reproducible warning:
This is how we initialize the session:
Originally posted by @intellent at zendframework/zend-session#77
The text was updated successfully, but these errors were encountered: