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
Trying to use with Laravel 5.2.
When Laravel set a cookie (session and csrf token), the expiration time of this cookies is in past.
Standart Laravel cookie lifetime - 2 hours, but I receive a cookie, that expired a hour ago. My current timezone - +0300. What happens?
Thank you.