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
According to PHP manual, \Illuminate\Session\DatabaseSessionHandler::read() must return an empty string if nothing was read. Now it returns null in case of expired session or when payload is not set. It entails a warning:
session_start(): Failed to read session data
The text was updated successfully, but these errors were encountered:
Description:
According to PHP manual,
\Illuminate\Session\DatabaseSessionHandler::read()
must return an empty string if nothing was read. Now it returnsnull
in case of expired session or whenpayload
is not set. It entails a warning:The text was updated successfully, but these errors were encountered: