Table of Contents

Enum CookieType

Namespace
Dynamicweb.Environment
Assembly
Dynamicweb.Environment.dll
Represents cookie type
public enum CookieType

Fields

Functional = 0
Functional cookie, used by default
Tracking = 1
Tracking cookie
To top