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
~ Answered on 2013-10-02 16:23:11