Best Practice for Session ID Regeneration to Prevent Session Fixation Attacks #66
-
Hello, So I'm interested in implementing security best practices, specifically against session fixation attacks. In other libraries (axum-session), there is often a method to regenerate the session ID upon successful user login for example I see that there are methods like Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You're looking for cycle_id, this will regenerate the session ID. |
Beta Was this translation helpful? Give feedback.
You're looking for cycle_id, this will regenerate the session ID.