PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Deletes a cookie on the client.

Namespace: Smartsite.AspNet.Bridge
Assembly:  Smartsite.AspNet.Bridge (in Smartsite.AspNet.Bridge.dll)

Syntax

C#Copy imageCopy Code
public static void DeleteCookie(
	string cookieName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub DeleteCookie ( _
	cookieName As  _
)

Parameters

cookieName
String
The name of the cookie

See Also

Advanced