WebRequest.GetCookie

From Xojo Documentation

Method

WebRequest.GetCookie(Name As String) As String

New in 2011r2

Supported for all project types and targets.

Returns the value of the Name cookie set by this request, or a previous request. If the cookie does not exist or is not valid, an empty string is returned.

See Also

WebRequest.ClearCookie, WebRequest.SetCookie