Ryan can use a single account in parallel since concurrent sessions are allowed
Ryan can use a single account in parallel since concurrent sessions are allowed
OWASP SCP
68
OWASP ASVS
3.3.3,3.3.4
OWASP AppSensor
CAPEC
-
SAFECODE
28
In some ecommerce applications it may be desirable to allow customers to be logged in using multiple browsers/devices. However that would be unusual for administrative users, or users of more sensitive data. Even if concurrent sessions are allowed. consider what should occur in other sessions when a user changes their password, or changes their delivery address, or logs out, or times out, or authentication failure occurs.
NB: This card relates to concurrent sessions created by authenticating more than once in different browsers/devices. See SM 6 for using the same session identifier in concurrent sessions.
OWASP ASVS (4.0): 3.3.3 ,3.3.4
Capec:
OWASP SCP: 68
OWASP Appsensor:
Safecode: 28
ASVS V3.3 - Session Logout and Timeout Requirements
No suitable mappings were found.
Password Guessing/Brute Force Attacks