KeepAlive Mendix Native

0
Hi everyone, I've been doing some research on how to prevent sessions from expiring every 10 minutes. I read something about keepalive, but I don't know if it's a configuration or something I need to do in a nanoflow. Can someone explain to me how to prevent my sessions from ever expiring? I'm using anonymous sessions.
asked
1 answers
1

See the documentation here: https://docs.mendix.com/refguide/session-management/

You might want to use authentication tokens. 

 

Regards,

Ronald

 

 

answered