You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding SessionHandlerCookie to the code my logs got flooded with these messages
NOTICE: PHP message: PHP Warning: session_write_close(): Session callback expects true/false return value in Unknown on line 0
NOTICE: PHP message: PHP Warning: session_write_close(): Failed to write session data using user defined save handler. (session.save_
path: /tmp) in Unknown on line 0
I'm running php 7.3.33
The text was updated successfully, but these errors were encountered:
duksis
added a commit
to duksis/SessionHandlerCookie
that referenced
this issue
Jul 4, 2022
After adding
SessionHandlerCookie
to the code my logs got flooded with these messagesI'm running php 7.3.33
The text was updated successfully, but these errors were encountered: