jbowman99's avatar

Authentication Time Out

Is there a set time frame that Authentication will expire built into the Auth out of the box if the user is idle?

If not how would one go about setting this up?

0 likes
2 replies
bobbybouwmann's avatar
Level 88

This is standard set to 120 minutes (2 hours) based on the configuration you can find in config/session.php. You can update this to whatever you want

'lifetime' => 120,
jbowman99's avatar

@bobbybouwmann

i knew it was in there somewhere, i was looking in config/auth.php at the expire field thinking that might be it.

Thanks for the quick response.

Please or to participate in this conversation.