WebSession.Cookies.NameAtIndex
From Real Software Documentation
Method
| This method is only available for Web applications. |
Returns the name of the cookie at the index passed (0-based).
Note
This method does not raise an OutOfBoundsException if the index is not valid. It simply returns an empty String.
See Also
WebSession.Cookies.Count, WebSession.Cookies.Remove, WebSession.Cookies.Set, WebSession.Cookies.Value
