Enabling Persistent Sessions on Cloud

6
How do i enable persistent sessions within the mendix cloud so that i can monitor the active sessions? In the development i had PersistentSessions = true. I am guessing it is a configuration in the .m2eerc file?
asked
1 answers
5

Yes, you can use the same configuration option ("PersistentSessions"), it should be put in the "mxruntime" section:

mxruntime:
  PersistentSessions: true
answered