How to Change Auth0 Login Session Expiration Time

Tadashi Shigeoka ·  Sat, May 8, 2021

I’ll introduce how to change the login session expiration time in Auth0.

Auth0

Background: Want to Know About Auth0 Login Session Expiration Time

I researched Auth0 login session expiration time to understand the default values and learn how to change the settings.

Auth0 Login Session Expiration Time

Log In Session Management | Auth0

Session Cookie Mode

Session Cookie Mode has two types: Persistent Session and Non-Persistent Session.

The default value is Persistent Session.

Inactivity timeout

Inactivity timeout is a setting that determines how long a user can return (re-access) without having to enter their ID and password again.

* Default value: 4320 Minutes
* 4320 minutes = 72 hours = 3 days

Require log in after

Require log in after is a setting that forces ID and password entry regardless of Inactivity timeout.

* Default value: 10080 Minutes
* 10080 minutes = 168 hours = 7 days

That’s all from the Gemba about Auth0 login session expiration time default values and how to change them.

Reference Information