HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Cookie Class / IsSessionCookie Property

In This Topic
    IsSessionCookie Property
    In This Topic
    Gets a value indicating whether this cookie will be destroyed at the end of the browser session.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsSessionCookie As Boolean
    public bool IsSessionCookie {get;}

    Property Value

    Returns true if the cookie will be destroyed at the end of the browser session, false if it will persist.

    Requirements
     
    See Also