When is a web app in the idle state? How does the session_idle_timeout_minutes value affect the termination of a web app?
Show older comments
I am using MATLAB Web App Server to host several apps. I set the 'session_idle_timeout_minutes' to 1 minute using webapps-config:
webapps-config set session_idle_timeout_minutes 1
and restarted the server.
However, this didn't really terminate the session after 1 minute of idle time. Even after 5 minutes the session is still available -- I just left the tab open in the background and came back to the web app after five minutes. After five minutes the app was still working and it was in the same state as before when I left it five minutes before.
Please clarify what is considered 'idle' according to the webapp?
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!