Thursday, March 30, 2017

Laravel 5.2 Auth Session expires in seconds after login

I'm using the very basic Laravel 5.2 Authentication to Register and Login. After login and redirect, it just a few seconds then Session expire again and I have to login.

I have increased the Session Lifetime to:

'lifetime' => 360

Also The token expires so quick just a few seconds and it gone. Any advice !



via Marwan

Advertisement