MATLAB: Manage sessions of web apps

MATLABMATLAB Compilersessionsweb apps

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:
  1. See and manage all active sessions? Something like a session manager.
  2. 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?

Best Answer

  1. There is no session manager in WebApps Server as of R2019a. You can find incoming connection and exit from Web App Server log files (default location in Windows is C:\ProgramData\MathWorks\webapps\R2019a\logs). But I think it's hard to understand how many current sessions are.
  2. You can set timeout from Web App Server configurations. By default, it is set to 5 minutes. For detail please see the sesion timeout of this document (Configure MATLAB Web App Server).