For the complete documentation index, see llms.txt. This page is also available as Markdown.

4.6 Session Management Testing

Session Management Testing

4.6.1 Testing for Session Management Schema

Evidence:

4.6.2 Testing for Cookies Attributes

Evidence:

4.6.3 Testing for Session Fixation

Evidence:

4.6.4 Testing for Exposed Session Variables

Evidence:

4.6.5 Testing for Cross Site Request Forgery

We’ll have to change the encoding type (enctype) to text/plain to ensure the payload is delivered as-is.

Evidence:

4.6.6 Testing for Logout Functionality

Evidence:

4.6.7 Testing Session Timeout

Evidence:

4.6.8 Testing for Session Puzzling

This vulnerability occurs when an application uses the same session variable for more than one purpose. An attacker can potentially access pages in an order unanticipated by the developers so that the session variable is set in one context and then used in another.

Evidence:

4.6.9 Testing for Session Hijacking

Evidence:

4.6.10 Testing JSON Web Tokens

Evidence:

4.6.11 Testing for Concurrent Sessions

Evidence:

Last updated