How to detect Cookie is enabled or disabled?

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

    How to detect Cookie is enabled or disabled?

    I found some example on web, but most of them are need 2 pages by using
    redirect method. Is there code for do this only in one page? Thank you!
  • Manohar Kamath [MVP]

    #2
    Re: How to detect Cookie is enabled or disabled?

    The concept will still be the same with one page -- you set a cookie the
    first time it loads, and you redirect to the same page (with extra
    parameter) and check if the cookie is set.

    Since there is a disconnect between the server and the browser, I do not see
    any other way.

    --
    Manohar Kamath
    Editor, .netWire



    "Jessie" <jessiehahaha@y wzc.net> wrote in message
    news:Xns9534982 C0CAC8allywzcne t@207.46.248.16 ...[color=blue]
    > I found some example on web, but most of them are need 2 pages by using
    > redirect method. Is there code for do this only in one page? Thank you![/color]


    Comment

    Working...