Click or drag to resize

CookieIsSession Property

Indicates whether this cookie is a session cookie without expiration time.

Namespace:  DotNetBrowser.Cookies
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntax
C#
public bool IsSession { get; }

Property Value

Type: Boolean
true if this cookie is a session cookie without expiration time, false if this cookie is a persistent cookie that has expiration time.
See Also