Click or drag to resize
IResponseSetCookie Method
Updates an existing cookie in the cookie collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void SetCookie(
	IHttpCookie cookie
)

Parameters

cookie
Type: CMS.BaseIHttpCookie
The cookie in the collection to be updated.
See Also