"Don Verhagen" <news@southeast-florida.com> wrote in message
news:bemvf3$6rtie$1@ID-181477.news.uni-berlin.de...[color=blue]
> In news:e6YNZDyRDHA.2196@TK2MSFTNGP11.phx.gbl,
> frank <frankie@frankie.com> typed:
> : "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
> : news:eVQIR6xRDHA.1720@TK2MSFTNGP12.phx.gbl...
> ::: The serious problem is that once you have logged into the site, the
> ::: next page you try to open it fails the above check and logs you
> ::: out! Obviously Session("isLoggedIn") is not equal to "True" so it
> ::: assumes you aren't logged in. So basically the session variables
> ::: are getting lost/cleared.
> ::
> ::
www.aspfaq.com/2157
> :
> : That page has a few interesting suggestions, but the weird thing for
> : me is that I *never* had this problem when it ran on my test
> : server... only my new remote host (DiscountASP.NET). It's the same
> : code that has been copied
> : over - it also works when viewed on some client browsers, but not
> : others.
> :
> : It's a nightmare.....
>
> I had a problem with IE6 when I didn't have a P3P policy setup in the
> headers.
>
> Add Header:
> Header Name: P3P
> Header Content: CP='NOI DSP COR NID CUR PSDa OUR NOR STA'
>
> Its a short generic Compact Policy
>
> For a little more info:
>
http://chxo.com/be2/news/document-p...der_a_2590.html[/color]
I assume I have to go the full hog and create a compact P3P policy for my
site (Xml documents etc.)?
What is the best method of doing this?