WebSession.Cookies.NameAtIndex

From Xojo Documentation

Method

WebSession.Cookies.NameAtIndex(Index as Integer) As String

New in 2010r4

Supported for all project types and targets.

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