Saturday, February 18, 2017

Laravel 5.1 logs out when firing multiple ajax requests

Leave a Comment

My Laravel 5.1 installation keeps logging out randomly when I fire multiple ajax GET requests or when I use:

return redirect('/relative-url'); 

from a controller. This is solved by using Redis as session driver, but since this installation is running on Xampp (Windows) I can't use that. I already tried to switch to database session driver but that did not solve the issue.

I'm running PHP5.6.

Any help is appreciated.

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment