We need auth0 authentication session expiration.
We implemented login and authentication to the application using auth0. (our application is react spa app)
For example, you want to ensure that the session of the logged-in user is automatically logged out after 10 minutes.
so i found Log In Session Management setting. and set Inactivity timeout and Required login in after 10
However, it is not logged out after 10 minutes of logging in to our application, and it is still logged in even after reloading page.
How can we implement this?