PHP & Cookies

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

    #1

    PHP & Cookies

    Hi,

    How, in PHP, can you detect whether a user is allowed to use cookies?
    i.e. whether they've disabled them, they're being blocked by a
    firewall etc ....? Anyone any suggestions,

    Many thanks,
    Steve
  • Cameron

    #2
    Re: PHP & Cookies

    Steve Jenkins wrote:[color=blue]
    > Hi,
    >
    > How, in PHP, can you detect whether a user is allowed to use cookies?
    > i.e. whether they've disabled them, they're being blocked by a
    > firewall etc ....? Anyone any suggestions,
    >
    > Many thanks,
    > Steve[/color]

    Suppose you could try setting one, and if it's not set then you know
    that cookies wont work.

    ~Cameron

    Comment

    Working...