Cookies
OK, I have PHP running on a site that is 95% ASP to take advantage of the Smarty caching features for some heavy hitting, but non-volatile pages.
I use Snitz forums for the bulletin board on the site.
Snitz drops a cookie with chips in the format:
Snitz00User=Pword=&Name=
When the user hits a PHP page, PHP is writing cookies back to the browser, but breaking them, making the cookie:
Snitz00User=Pword%3D%26Name%3D
Which renders the cookie pretty broken. I also can't seem to overwrite it properly.
Any ideas how I can stop PHP writing the cookies?
I use Snitz forums for the bulletin board on the site.
Snitz drops a cookie with chips in the format:
Snitz00User=Pword=
When the user hits a PHP page, PHP is writing cookies back to the browser, but breaking them, making the cookie:
Snitz00User=Pword%3D
Which renders the cookie pretty broken. I also can't seem to overwrite it properly.
Any ideas how I can stop PHP writing the cookies?
