Concurrent data-entry by Anonymous Users

0
For a demo App I need soms data-entry and calculations. The App is available for Anonymous Users, where multiple users can be connected at the same time. Unfortunately the Active Session entity is empty. Does somebody have tips to make the data entry unique per session ? I read something about java class who can return a session ID, but I'm not skilled to create my own java classes :-( Any help or tips are welcome
asked
1 answers
2

Set persistent sessions to true. See documentation here: https://world.mendix.com/display/refguide5/Custom+Settings

Regards,

Ronald

answered