SyntaxFix
Write A Post
Hire A Developer
Questions
Try using Response.SetCookie(), because Response.Cookies.Add() can cause multiple cookies to be added, whereas SetCookie will update an existing cookie.
Response.SetCookie()
Response.Cookies.Add()
SetCookie