Skip to main content
Tag

samesite

All blogs tagged with samesite

1
Articles
6
Total Views

Showing 1 of 1 articles

28
Apr
2026
CWE-614: Configuring Secure Cookie Attributes in ASP.NET Core for Enhanced Security
6 views

In this comprehensive guide, you will learn how to configure secure cookie attributes in ASP.NET Core, focusing on HttpOnly, Secure, and SameSite attributes. Understanding these attributes is crucial for protecting web applications from common vulnerabilities such as cross-site scripting (XSS) and cross-site request forgery (CSRF). A foundational knowledge of ASP.NET Core and web security principles will be beneficial as we explore these concepts in depth.

Translate Page