Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Session hijacking has to check on 'concurrent sessions' (code example) #67

Closed
RiieCco opened this issue Nov 4, 2015 · 3 comments
Closed
Assignees

Comments

@RiieCco
Copy link
Collaborator

RiieCco commented Nov 4, 2015

No description provided.

@jowasp
Copy link

jowasp commented Feb 11, 2016

Session hijacking must also check concurrent sessions (provide example)
[Translation]
This is explained in the ASVS:
3.16
Verify that the application limits the number of active concurrent sessions.

@jmanico
Copy link
Collaborator

jmanico commented Feb 11, 2016

Bah, limiting multiple concurrent sessions doesn't always make sense. You may want to log into the web, your mobile and your iPad together in some cases. This is not a hard rule, just a suggestion.

More importantly, inform users of open sessions and give them a chance to close them, like we see at google and other services.

Jim Manico
@manicode

On Feb 10, 2016, at 4:41 PM, jowasp notifications@github.com wrote:

Session hijacking must also check concurrent sessions (provide example)
[Translation]
This is exam plain in the ASVS:
3.16
Verify that the application limits the number of active concurrent sessions.


Reply to this email directly or view it on GitHub.

@jowasp
Copy link

jowasp commented Feb 11, 2016

Agree with @jmanico I was just translating ;-P

@blabla1337 blabla1337 changed the title Session hijacking moet ook checken op 'concurrent sessions' (code voorbeeld) Session hijacking has to check on 'concurrent sessions' (code example) Jul 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants