Session Timeout not happening with default settings ( nothing specified)

0
Hello there, In my project, we haven't setup any session timeout specifically and expecting to happen after 10 min ( 600000 milliseconds). Any idea where I can check and how to set to default timeout of 10 minutes?
asked
4 answers
1

Hi Nagendran

You can use a custom setting to adjust the session timeout.

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

Note that when a session times out a user doesn't receive notification until they attempt to do something that requires a session (i.e. navigate to another page or run a microflow).

answered
0

Hi Nagendran,

You can change the default setting by contacting Mendix support. Here is the link to support, and you want to click "submit a request".

https://support.mendix.com/hc/en-us

 

Hope this helps!

answered
0

Thanks for your response Austin. I forgot to mention it is On premise application and not on Mendix Cloud. So, I have already checked the Mendix console for settings and nothing specified for Session Timeout. 

answered
0

For on premise installations look for the Settings.yaml configuration file and try to find settings related to sessions, ie. SessionTimeout.

More information related to the Settings.yaml file can be found here:
https://github.com/mendix/m2ee-tools/blob/master/examples/full-documented-m2ee.yaml

answered