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
When using $request->hasSession() the function will always return true as the function checks for data existence in the session internal array but since the new model of sessions data is always there. This should be modified as it's returning false positives.