z-song / laravel-admin

Build a full-featured administrative interface in ten minutes
https://laravel-admin.org
MIT License
11.1k stars 2.81k forks source link

how can set up session-wise automatic logout: #5836

Open jesnagifto opened 8 months ago

jesnagifto commented 8 months ago

Description:

'lifetime' => env('SESSION_LIFETIME', 3),

'expire_on_close' => true,

Steps To Reproduce:

please help me fast..very urgent

xxl4 commented 8 months ago

This is a laravel config param, pls check it https://laracasts.com/discuss/channels/laravel/expire-on-close-not-working i hope can help you.