Skip to content

Commit

Permalink
Attack source link changed to an official web application security so…
Browse files Browse the repository at this point in the history
…urce [OWASP]
  • Loading branch information
albertorsesc committed Apr 2, 2020
1 parent d61b124 commit bab2996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion session.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The `forget` method will remove a piece of data from the session. If you would l
<a name="regenerating-the-session-id"></a>
### Regenerating The Session ID

Regenerating the session ID is often done in order to prevent malicious users from exploiting a [session fixation](https://en.wikipedia.org/wiki/Session_fixation) attack on your application.
Regenerating the session ID is often done in order to prevent malicious users from exploiting a [session fixation](https://owasp.org/www-community/attacks/Session_fixation) attack on your application.

Laravel automatically regenerates the session ID during authentication if you are using the built-in `LoginController`; however, if you need to manually regenerate the session ID, you may use the `regenerate` method.

Expand Down

0 comments on commit bab2996

Please sign in to comment.