Hi there, I made a REST call and started the microflow. If the process took longer than 10 minutes, a session error occurred. However, the session timeout is set in the Mendix runtime configuration. So, does REST not reflect the Mendix runtime settings? What can I do to avoid the REST timeout? Thanks, Iwata
asked
Suguru Iwata
1 answers
2
hi Suguru Iwata,
The session timeout is something where the application screen is in idle for a time as inactive, the tcp request of that will be terminated by the server.it will logout the current session. you can be doing this easly by using a date/time attribute and manipulation it using a condition as minutesbetween to current time.