Accessing Cookies in a module

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

    Accessing Cookies in a module

    I am writing a module for PHP and I would like to access
    the informations about cookies given by the HTTP header.

    I know how to get them from $_COOKIE directly in PHP but
    can this array be accessed directly from within a module ?

    Thanks
    Bastien
  • Terence

    #2
    Re: Accessing Cookies in a module

    Bastien Continsouzas wrote:
    [color=blue]
    > I am writing a module for PHP and I would like to access
    > the informations about cookies given by the HTTP header.
    >
    > I know how to get them from $_COOKIE directly in PHP but
    > can this array be accessed directly from within a module ?
    >
    > Thanks
    > Bastien[/color]

    You won't find answers like that on this forum.
    Perhaps

    news://news.php.net/php.internals

    Comment

    Working...