Hey Matt,

        That was the trick, thanks..  I passed that function... what is
it... session limit cache something or another.  Worked like a charm!
Thanks much!

-Dan Joseph

-----Original Message-----
From: Matt Matijevich [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 21, 2004 5:02 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP] TIFF display problem...

[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

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

Reply via email to