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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -