Cookies: enabled or disabled ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ana

    Cookies: enabled or disabled ?

    Is it possible to check by means of javascript whether cookies are enabled
    in the user's browser?

    Thanks in advance,
    Ana


  • Johan Bechthum

    #2
    Re: Cookies: enabled or disabled ?

    navigator.cooki eEnabled
    rerurns False or True

    Johan.

    "Ana" <ana_krall@gmx. net> schreef in bericht
    news:btp9jl$1ku a$1@mamut.aster .pl...[color=blue]
    > Is it possible to check by means of javascript whether cookies are enabled
    > in the user's browser?
    >
    > Thanks in advance,
    > Ana
    >
    >[/color]


    Comment

    • HikksNotAtHome

      #3
      Re: Cookies: enabled or disabled ?

      In article <btp9jl$1kua$1@ mamut.aster.pl> , "Ana" <ana_krall@gmx. net> writes:
      [color=blue]
      >Is it possible to check by means of javascript whether cookies are enabled
      >in the user's browser?[/color]

      How can I see in javascript if a web browser accepts cookies?

      --
      Randy

      Comment

      • Laurent Bugnion, GalaSoft

        #4
        Re: Cookies: enabled or disabled ?

        Hi,

        <top posting corrected>
        [color=blue]
        > "Ana" <ana_krall@gmx. net> schreef in bericht
        > news:btp9jl$1ku a$1@mamut.aster .pl...
        >[color=green]
        >>Is it possible to check by means of javascript whether cookies are enabled
        >>in the user's browser?
        >>
        >>Thanks in advance,
        >>Ana[/color][/color]

        Johan Bechthum wrote:
        [color=blue]
        > navigator.cooki eEnabled
        > rerurns False or True
        >
        > Johan.[/color]

        I wouldn't rely on that. The content of the navigator object depends on
        many factors: if it is supported at all by the browser, how it is
        implemented, etc... Sounds too unreliable to me, especially when a
        simpler method exists:

        See
        <URL: http://www.galasoft-lb.ch/myjavascript/consulting/2001012701>

        Laurent
        --
        Laurent Bugnion, GalaSoft
        Software engineering: http://www.galasoft-LB.ch
        Private/Malaysia: http://mypage.bluewin.ch/lbugnion
        Support children in Calcutta: http://www.calcutta-espoir.ch

        Comment

        Working...