Manage sessions of web apps
Mostrar comentarios más antiguos
I recently deployed a web app and asked some colleagues to try it. It seems that they often get the "All available sessions are in use. Try again at a later time" error, although I wouldn't have expected anything close to 32 concurrent sessions. Are there ways to:
- See and manage all active sessions? Something like a session manager.
- Force sessions to timeout even when the user is inactive on the app, without having to close the browser, get the computer to sleep mode, etc?
1 comentario
Matan Mazor
el 29 de Jul. de 2019
I'm experiencing a similar issue - it seems like only one person can use the app at a time, with a minimum of a 5 minutes break between sessions.
Respuesta aceptada
Más respuestas (1)
meng lei
el 1 de Mzo. de 2021
0 votos
It's seems like one app will use several sessions, which means one opened app will cost several sessions, so you should modify the MaxWorkers to 200 or even more.
Categorías
Más información sobre MATLAB Web App Server en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!