-
Type: Bug Report
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B3
-
Component/s: Session
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Session is now properly disposed during logout workflow.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
TODO:
Add "$this->SessionSet = false;" code in the "\InpSession::Destroy" method.
Motivation:
The "SessionSet" flag is reset in "\Session::Destroy" method, but not in "\InpSession::Destroy" method. Because of this any code, that calls "\kApplication::RemoveVar" method in hooks to the "adm:OnBeforeShutdown" would result in session data removal SQL being executed without SessionKey in it.
- implemented in
-
[Diffusion] rINP16794 Fixes INP-1871 - Properly dispose session during logout workflow
-
D477 INP-1871 - Properly dispose session during logout workflow