-
Type:
Enhancement
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Component/s: Performance
-
Labels:None
-
Module:Platform - Performance
-
Reported by:Support
-
Item State:Production Complete
-
Issue Importance:Must Have
We came across this SP "OES_SP_ResetExpireSessionsLogins" while checking for ASP State session issues. This SP is called inside "DeleteExpiredSessions" SP of ASPState db that clears out the expired sessions at interval of 1 minute.
The logic inside this SP checks for active user flags across all production companies which might take considerable time in execution. We need to visit this StoredProc and analyse the activity & time taken every time it executes.
- relates to
-
ST-175 Query Optimization for performance
-
- New Request
-
Changes done: We have removed call of this Stored Proc from ASP State - Delete session. This code block was required to avoid Multiple Login error message when user has logged out and still session remain active in any scenario. Now that we do not have blocking for Multiple login as per client's request this call can be removed.
Please verify basic scenarios for Login / Logout, Multiple Login & SSO (if possible) for all user roles.
Login & Logout scenarios for all user roles [SA, Admin, Partner/Broker, Employees]
System access from Mobile Device, Web browser
SSO login
Multiple login from same domain
Multiple login from different domain
Multiple login from Mobile Device & Web application