Active session is not recording any session information

1
The active session entity in my system is not recording any session information. Why could this be?
asked
2 answers
5

Most likely because you have persistent-sessions set to false. This performs better than recording sessions in the database and is the default.

Also see https://world.mendix.com/display/howto25/Configure+the+Mendix+application

answered
0

If you mean in the domain model, for that you have to enable persistent sessions.

answered