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 comments:
Post a Comment