V-222578
Application Security and Development Security Technical Implementation Guide
Title
The application must destroy the session ID value and/or cookie on logoff or browser close.
Description
<VulnDiscussion>Many web development frameworks such as PHP, .NET, and ASP include their own mechanisms for session management. Whenever possible it is recommended to utilize the provided session management framework. Session cookies contain application session information that can be used to impersonate the web application user or hijack their application session. Once the user's session has terminated, these session IDs must be destroyed and not reused.</VulnDiscussion><FalsePositives></False...
Fix Text (Documentation Requirement)
Configure the application to destroy session ID cookies once the application session has terminated.