Posted: Thu Aug 31, 2006 6:22 pm
oh... no those are two seperate files... I just posted them both because session extends registry, so i thought it was relevant
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I figured it out!!! It was friggin Zend's input filter... I guess it actually DELETES whatever you send it and creates its own clean copy or something... because I was having it filter $_COOKIE (and I forgot I had done this --I was just messing around with the filter when I did it) ... I turned it off and kaboom! It works!