session and redirects

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

oh... no those are two seperate files... I just posted them both because session extends registry, so i thought it was relevant
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

Image 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!
Post Reply