Keep the session for a single user alive

0
Hi there, In my project, I have set the custom runtime setting EnableKeepAlive to false (https://docs.mendix.com/refguide/custom-settings). I want to remove an active session if a user is idle.  In a certain queue process microflow, I am using the ExecuteMicroflowAsUser java action from community commons to execute some logic.  What is the best way to keep the session for the user that is input for the java action alive? Thanks for your help!
asked
1 answers
1

You do not need to do that. Because so long as that microflow is running it will not remove that active session for that user.

Regards,
Ronald

 

answered