WebRequest.ClearCookie

From Real Software Documentation

Jump to: navigation, search
Method

WebRequest.ClearCookie ( Name As String, Domain As String = ".", Path As String = "/" )

Removes a cookie set by a previous request. The Domain and Path must exactly match the values used when creating the cookie.

See Also

WebRequest.GetCookie, WebRequest.SetCookie

Personal tools