Indicates whether this cookie is a session cookie without
expiration time.
Namespace:
DotNetBrowser.Cookies
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool IsSession { get; }
Property Value
Type:
Booleantrue if this cookie is a session cookie without expiration time,
false if this cookie is a persistent
cookie that has expiration time.
See Also