What is Session Hijacking?
What can attacker do by hijacking a session?
attacker can impersonate the user and potentially perform actions on their behalf
What are the consequences of session hijacking?
What is the protection and mitigation against session hijacking?
What is the attack process of session hijacking?
What is included in secure session management?
In order to provide secure session management that can prevent hijacking of sessions using the cookies that the application relies on, what should be implemented?
setting the Secure cookie will only allow cookies to be sent via HTTPS TLS sessions, preventing man-in-the-middle attacks that target cookies