Request.Cookies collectionvalue= Request.Cookies(name)' get a one-dimensional persistant client valuetwodim= Request.Cookies(name).HasKeys' check to see if the cookie is two-dimensionalvalue= Request.Cookies(name)(key)' get a two-dimensional persistant client value
Any cookies passed to the client from the server are provided in this collection.
This collection contains a list of IStringList collection items.