Compare the session ID and check if one is in the database

0
Hi, I would like to compare the session ID and check if one is in the database. Where, instead of creating new object, I can check the DB if there is an existing session so that the user doesn't have to re-enter information. Would anybody be able to help with this? Many thanks Austin
asked
1 answers
6

Hi Austin,

There is no need that you handle the sessions, Mendix already does that for you.

The session ID is stored locally on the users browser and is reused when possible. Starting with Mendix 7 PersistentSessions are enabled by default - https://docs.mendix.com/releasenotes/desktop-modeler/7.0

-Andrej

answered