[snip]
        The only problem with turning them off is I need the page to be
secured.  My only option is session tracking.  
[/snip]

session management does not require that these headers be sent to the
browser to work.  Try turning off the cache-control headers.

The cookie and the headers are the only thing different to the browser
(that I know of) when session_start() is in your file, so I think that
might be what is messing up the display.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to