I haven't noticed this issue. Can you check if the session is there in the console?
Laravel 5.1 logout after page refresh
Good afternoon ;)
I would like to ask for your help. I already created ticket on SO for this, but with one answer, that didnt help, I hope I might get answer here.
So here it is: in very short, I made fresh install of Laravel 5.1 via composer, set everything necessary and it runs without problem. After I followed documentation to create login/register/logout, etc. All works fine, except there is one very important issue.
Everytime I navigate to other page, or refresh current page, I'm instantly logged out. Session are set for 4 hours(tried file/db driver, set timezone), storage folder has its rights and followed the documentation of 5.1 and also videos from Laracast. Thing is same with socialite. Login easily, db record creation, but after refresh Im logged out (session still there, also remember token). Tried this on my mamp, on live hosting server, same result.
Does anyone else experienced this? Thank you for any ideas.
Please or to participate in this conversation.