asked on 2/29/2016
HttpCookie uInfo = Request.Cookies["userInfo"]; // == 4 other values in the uerInfo cookie uInfo["zoneNumber"] = Zone; // Zone is a public var
Select allOpen in new window