kill the user session

0
if we made a system ,a user can apply a request in this system  ,  i need after the user apply the request , the system kill his session  or i need to kill the session after a time period  please advice on the above request 
asked
1 answers
0

Hi Ayah,

Mendix by default already has sessionTimeout. So, users are logged out by default after the session timed out.

https://docs.mendix.com/refguide/tricky-custom-runtime-settings#2-2-general-settings

See above link. If you want to reduce the session time out for users, you can change this setting to the desired value. 

If you have custom requirement where, only certain type of users must have reduced session timeout, then you must program this in Java with Mendix Core API.

answered