Help. I have compiled (and run) PHP with sessions. I am using sessions for logins and such. But the problem is that with sessions on, PHP sends out Cache-Control, Pragma, and Expires headers -- and individual files that use header() are unable to override the headers that session sets.
Can anyone help with this? I am sooo hoping that there is something like the GPC setting, which might let me specify which headers take precedence. Anyone?