From: Andrew Poulos on
On 16/06/2010 9:00 AM, FAQ server wrote:
> -----------------------------------------------------------------------
> FAQ Topic - How can I see in javascript if a web browser
> accepts cookies?
> -----------------------------------------------------------------------
>
> Write a cookie and read it back and check if it's the same.
>
> Additional Notes:
>
> http://www.ietf.org/rfc/rfc2965.txt
>
> http://www.galasoft-lb.ch/myjavascript/consulting/2001012701/
>
> http://www.cookiecentral.com/
>
>
> The complete comp.lang.javascript FAQ is at
> http://jibbering.com/faq/

Is the cookieEnabled property proprietary or unreliable?

Andrew Poulos