Normally it stores in 'lifetime' => env('SESSION_LIFETIME', 43200), at config/session.php files.
May 19, 2019
7
Level 2
Session Timeout is always 2 hours
I have modified my php.ini to be 30 and my Laravel config/sessions to be 30, which I figured is 1 minute.
Yet every time I log into my site the cookie is set for 2 hours. Is there somewhere else that the session is being set?
Level 70
@FLOWERINGMIND - Can you try setting your lifetime values in .env file? For example, in your .env file, add this values and then restart your server?
SESSION_LIFETIME=30
4 likes
Please or to participate in this conversation.