Manage sessions of web apps

27 ビュー (過去 30 日間)
Chris Oreinos
Chris Oreinos 2019 年 7 月 22 日
回答済み: meng lei 2021 年 3 月 1 日
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?
  1 件のコメント
Matan Mazor
Matan Mazor 2019 年 7 月 29 日
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.

サインインしてコメントする。

採用された回答

Kojiro Saito
Kojiro Saito 2019 年 7 月 31 日
  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).
  4 件のコメント
Matan Mazor
Matan Mazor 2019 年 10 月 17 日
Thanks for the answer!
32 sessions would be great, but the server only supports 1 session at the moment (although 32 is specified as the maximum number in the config file)...
Is there a way to fix this?
Alternatively, is there a way to time-out the session after 5 minutes, even if the app is still open on someone's browser?
Best,
-Matan
Walter Roberson
Walter Roberson 2019 年 10 月 29 日
(Matan asks if there are updates available on this)

サインインしてコメントする。

その他の回答 (1 件)

meng lei
meng lei 2021 年 3 月 1 日
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.

カテゴリ

Help Center および File ExchangeMATLAB Web App Server についてさらに検索

製品


リリース

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by