-
Notifications
You must be signed in to change notification settings - Fork 62
session_write_close(): Failed to write session data using user defined save handler. #77
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? |
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 |
🤔 I'm facing the exact same issue when I use |
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 |
This repository has been closed and moved to laminas/laminas-session; a new issue has been opened at laminas/laminas-session#6. |
Occasionally,we get the following not yet reproducible warning:
This is how we initialize the session:
The text was updated successfully, but these errors were encountered: