Retrieves whether client-side cookies are enabled in the browser.
Syntax
HTML N/A Scripting [ bEnabled = ] navigator.cookieEnabled
Possible Values
bEnabled Boolean that specifies one of the following values:
false Browser does not support cookies. true Browser does support cookies. The property is read-only with no default value.
Applies To
clientInformation, navigator