22.03 Frequently Logout Issue By Users

22.03 Frequently Logout Issue By Users

SYMPTOMS:

UNItekTIME X users can experience frequently log out.

CAUSE:

There are many possible causes for this problem. This article addresses one possible cause: session data that is lost because of antivirus software activity.
This problem can occur when antivirus software scans the Web application files. During the scanning process, the antivirus software may mark the Global.asax, the Web.config, and/or the Machine.config files as modified. This modification prompts the Microsoft .NET Framework restart the Web application. If the session data is stored in-process, all session data is lost whenever a Web application is restarted.

RESOLUTION:

To resolve this problem, use the following method:
  • Configure your antivirus software so that it does not scan .asax and .config files.