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
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
Comment