Tag: csrf
All the articles with the tag "csrf".
-
Session Management and Cookie Security
Session management is the process of securely maintaining a user's state and identity across multiple requests in web applications. Since HTTP is stateless b...
-
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) is a web security vulnerability that allows an attacker to induce users to perform actions they did not intend to perform. ...