WebSession.Cookies.Remove
From Xojo Documentation
Method
WebSession.Cookies.Remove(Name as String [, Domain as String, Path as String])
New in 2010r4
Supported for all project types and targets.
New in 2010r4
Supported for all project types and targets.
Removes (deletes) the cookie whose name (and optional domain and path) match the values passed.
See Also
WebSession.Cookies.Count, WebSession.Cookies.NameAtIndex, WebSession.Cookies.Set, WebSession.Cookies.Value