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,
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?
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,
Please or to participate in this conversation.