mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / persist_session_cookies Property
In This Topic
    persist_session_cookies Property
    In This Topic
    Description

    To persist session cookies (cookies without an expiry date or validity interval) by default.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property persist_session_cookies As Long
    Remarks

    To persist session cookies (cookies without an expiry date or validity interval) by default when using the global cookie manager set this value to true (1). Session cookies are generally intended to be transient and most Web browsers do not persist them. A |cache_path| value must also be specified to enable this feature. Also configurable using the "persist-session-cookies" command-line switch.

    See Also