Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Robert Chanphakeo
7
Views
1
Comments
Session variables
Question
Isn't session variables cleared by default? (when the session expires or when the user logs out using the built in action "Logout")
I'm asking this because, in the "EnterpriseManager" eSpace there is a user-action titled "Login_Logout" that is used to manually clear the variable, before logging out the user.
Miguel João
Staff
Hi Robert
The Session variables aren't automatically cleared when a user performs the logout. Instead, that session will became expired, and thus it will not be accessible by the end-user. Enterprise Manager clears the sessions variable for improved security concerns, to guarantee that no information is left on the user's session, even if that session is no longer available.
Hope that info is helpful to understand that Enterprise Manager action pattern.
Cheers
Miguel João
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...