[nycphp-talk] Fw: reading cookie expirations
Tim Gales
tgales at tgaconnect.com
Tue Feb 3 19:15:24 EST 2004
-sry writes:
> In an off-list continuation, he noted, that the
> $HTTP_COOKIE_VARS array is just an array of cookies, not an
> array of values for *a* cookie. Is he right? :-( Really?
> :-(((( bahhhh....so how do we get the other stuff besides
> name and value? now *I* want to know!
Assuming your PHP is greater than 4.1.0 this may
interest you:
"HTTP Cookies: $_COOKIE
Note: Introduced in 4.1.0. In earlier versions,
use $HTTP_COOKIE_VARS."
and
"$HTTP_COOKIE_VARS contains the same initial information,
but is not an autoglobal
(Note that HTTP_COOKIE_VARS and $_COOKIE are different
variables and that PHP handles them as such)"
from:
http://us4.php.net/manual/en/reserved.variables.php#reserved.variables.coo
kies
T. Gales & Associates
'Helping People Connect with Technology'
http://www.tgaconnect.com
More information about the talk
mailing list