Documentation about EnableKeepAlive, PersistentSessions, SessionTimeout

3
Someone suggested this URL to me for all the options of M2EE tools. https://github.com/mendix/m2ee-tools/blob/master/examples/full-documented-m2ee.yaml That's very nice, but it lacks a lot of options such as: EnableKeepAlive PersistentSessions SessionTimeout Is there a more up to date version? Or can this version be updated? That would be very helpful.
asked
3 answers
3

Noted! Thanks. These options could use some documentation about when you might or might not want to use them, and how.

https://github.com/mendix/m2ee-tools/commit/a31ca09ffc0decc7f02708d86f54b4c26de8cf06

answered
3

Jetty options and EnableKeepAlive, PersistentSessions, SessionTimeout are now documented, and this documentation will be included in the m2ee-tools release this week! :-) (together with Mendix 5 support and some other goodies)

answered
0

It looks like all these options are good for idle time out. Is there an option to enforce max session time out? for example 8 hours? even if the session is not idle

answered