Property IsSession
- Namespace
- DotNetBrowser.Cookies
- Assembly
- DotNetBrowser.dll
IsSession
Indicates whether this cookie is a session cookie without expiration time.
public bool IsSession { get; }
Property Value
- bool
true
if this cookie is a session cookie without expiration time,false
if this cookie is a persistent cookie that has expiration time.