default login session

0
Hello all,   Exactly after what time one login user session expires ? Or is it possible to switch users by logout 1st user and login with another user?
asked
2 answers
1

Hi Shradda,

If you’re already signed in and simply want to sign in as a different user, you can go to the /login.html page of your page and sign in as a different user. The moment you sign in with a new user, your old XASSESSIONID with disappear and a new session is generated.

As for the session timeout value, this is 10 minutes by default. You can check this here:

- https://docs.mendix.com/refguide/custom-settings

I hope this answers your question :)
 

answered
0

Hi,

 

I believe the default is 5~15minutes. And indeed when you logout one user, you'll be able to login with another user.

answered