Thank you Curt for the explanation.
Viraj
Curt Zirzow wrote:
>
> * Thus wrote Viraj Kalinga Abayarathna ([EMAIL PROTECTED]):
> >
> >header("Cache-control: private");
> >
> > p.s.
> > and also if there is any one wo knows what exactly this header line
> > means,
> > please post a brief de
hecchan wrote:
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).
The "View source" in IE 5 and 6 is buggy : it doesnt work as soon as
"there are too many files in the Temp Internetfiles folder". sic.
Solution is of cou
* Thus wrote hecchan ([EMAIL PROTECTED]):
> 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?
What is your
* Thus wrote Viraj Kalinga Abayarathna ([EMAIL PROTECTED]):
>
>header("Cache-control: private");
>
> p.s.
> and also if there is any one wo knows what exactly this header line
> means,
> please post a brief decription. thanks.
private means that only the intended person that is getting t
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.
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 un
6 matches
Mail list logo