HttpCookiesCollection cc = Request.Cookies; string[] arr = cc.AllKeys(); int index = 0; HttpCookie myCookie; myCookie = cc[arr[index]];