Skip to content

Commit

Permalink
Merge pull request #433 from bugcrowd/long-timeout
Browse files Browse the repository at this point in the history
Updated rec for Failure to Invalidate Session for Long Timeout
  • Loading branch information
RRudder authored May 15, 2024
2 parents 3cd8e1c + 54b7217 commit c6e5496
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 c6e5496

Please sign in to comment.