JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
sessions: use $_COOKIE instead of $_REQUEST
authorJason Woofenden <jason@jasonwoof.com>
Tue, 2 Feb 2010 06:42:15 +0000 (01:42 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 2 Feb 2010 06:42:15 +0000 (01:42 -0500)
commit2b91af8c3f5c2b6cf3b749c769c5ccbe62890b5e
tree03c5fe2c637de38b33fa957665ac936d89d9f3e2
parent3f276370f699ae7ed6df930818d8e6c765d856f4
sessions: use $_COOKIE instead of $_REQUEST

No idea why, but on some systems $_REQUEST fails to contain the $_COOKIE
variables. (Despite variables_order = "GPCS")
session.php