Acumatica 移动应用程序登录超时是如何触发和配置的

How is the Acumatica mobile app login timeout triggered and configured

默认的移动应用程序登录超时设置是什么?这些是与设备 OS 事件相关联还是其他?有谁知道这方面的细节,或者我在哪里可以找到它?

我相信移动应用使用与网站类似的会话,因此 sessionStateformsAuth 部分在 web.config 中共享和配置超时。

<sessionState timeout="60"\>

By default, the session time-out is set to 60 minutes.

<formsAuth loginUrl="Frames/Login.aspx" timeout="60" /\>

By default, the cookie time-out is set to 60 minutes.

To Configure the Session Time-Out