Feb 27, 2017
0
Level 1
Laravel session out automatically
I am using laravel5.3, after login, the session out in few minutes/sec. I my config/session.php, I have set the following
'lifetime' => 120,
'expire_on_close' => false,
Also I am using database as session driver
Please help me.
Please or to participate in this conversation.