cookieEnabled property
Retrieves whether client-side persistent cookies are enabled. Persistent cookies are those that are stored on the client-side computer.
Syntax
HRESULT value = object.get_cookieEnabled(* p);
Property values
Type: VARIANT_BOOL
Remarks
Note CookieEnabled does not check the status of session cookies.
This property does not check whether third-party persistent cookies are enabled.
Show: