Session regeneration after password change?
So I understand the purpose of regenerating a session ID after a state change such as authenticating, i.e to prevent session fixation. What I’m not clear on is why this would be necessary after a password change (as recommended by OWASP).
… Continue reading Session regeneration after password change?