Session expiring but not logging user out in Laravel 5 -
i've gone in sessions file in config folder , changed lifetime = 1 , expire_on_close = false.
i've gone in php.ini , commented out session.gc_maxlifetime.
anything put in session variable gets wiped out after x amount of minutes set in config file i'm still not logged out. supposed create logs me out or laravel supposed log me out automatically?
Comments
Post a Comment