Hi hecchan,
I don't have a crear idea on what your problem is, but i have read
an article on phpfreak.com, it says to work the sessioned PHP scripts
correctly with IE6 you have to insert..

         header("Cache-control: private");

                immediatly after starting the session.

try this.

Viraj

p.s.
and also if there is any one wo knows what exactly this header line
means,
please post a brief decription. thanks.



hecchan wrote:
> 
> Hi,
> Using IE 6 (XP) i can't see the source generated for PHP even the page
> works properly (It doesn't happend with Mozilla or Opera).
> 
> If i comment out the line:
> session_start()
> This behaviour stops.
> Any idea what's going on?
> 
> Thanks
> 
> hecchan
> 
> --
> 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