-
Type:
Enhancement
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Component/s: Performance
-
Labels:None
-
Module:Platform - Performance
-
Reported by:Support
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
We need to make ASP State db server configurable from config. Currently it gets referenced from code for DB Server with OnlineEnrollment database. We need to make this generic so that it does not impact the system if ASPState server is switched.
Implementation Detail:
Session state configuration from Web.Config serves as input to identify the DB Server for ASPState database. This call was made while deleting the session on user logout.
Affected Files:
App/BusinessLogic/Company/Users.vb
Shared Library/SharedFunction/SharedFunction/WORKTERRASharedFunction.cs
Web/SharedFunctionWebTier/SharedFunctionWebTier/CommonClasses/SharedFunctionWebTier.cs
Web/Web Projects/WORKTERRA/Models/Login/Login/UsersModels.cs
Testing Scenarios:
1. Login and traverse upto Employee home page. (Admin / Employee roles)
2. Open site in new tab on same web browser.
3. Logout from System.
4. Check for multiple login.