Skip to content

Commit

Permalink
Updated rec for Failure to Invalidate Session for Long Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
RRudder committed May 2, 2023
1 parent e6286ff commit 54b7217
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recommendation(s)

The application should monitor and alert the user to concurrent login events and provide the user a way to logout of other sessions than their current login.
It is best practice to shorten session timeout values based upon business needs. The length of the session should take into consideration the criticality of the application and the data contained within.

For further information, please see:
<https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#simultaneous-session-logons>
<https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#session-expiration>

0 comments on commit 54b7217

Please sign in to comment.