session timeout

1
Why is there no way to configure the session timeout for the Jetty server?
asked
1 answers
3

As far as I know we're not using Jetty sessions.

If you would like to modify the Mendix session timeout you can adjust the "ClusterManagerActionInterval" (in milliseconds) configuration option. The session timeout is twice this interval.

Note that while the browser window is kept open, sessions will not expire because of the "keep alive"-mechanism.

answered