cookie problem...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

cookie problem...

Post by qads »

hi,
i am makeing a theme selection form, user selects a theme and clicks the OK button and there (s)he goes...new theme right there :D

the theme.php page sets a cookie which has theme name on user's computer...that works fine on all version of IE but does't on IE6. that is cos of Screwy MS had a wild idea for useing something called P3P...

how would i set that up and what do i need?

please help..

thanks for your help.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I'm using http://anon.inf.tu-dresden.de/ie_privacy_file.xml as configuration from this site: http://anon.inf.tu-dresden.de/ie6_privacy.html
  • sorry
  • I don't know much more about it
  • site is german
at least it *bump*s the topic ;)
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Post by phice »

volka wrote:I'm using http://anon.inf.tu-dresden.de/ie_privacy_file.xml as configuration from this site: http://anon.inf.tu-dresden.de/ie6_privacy.html
  • sorry
  • I don't know much more about it
  • site is german
at least it *bump*s the topic ;)
German-to-English version
Image Image
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Don't use altavista, use WorldLingo
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

thanks, but all i could understand from this was that, this file is for users, not websites :? ..am i right?

if this file can be used on websites then where would i upload it?

thanks alot.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

the dtd used for http://anon.inf.tu-dresden.de/p3p_doubleclick.xml (bottom of page) is from w3.org, so I tried http://www.w3.org/P3P/ et voilà there are the specs and a section
The following resources provide information on P3P-enabling a web site:

P3P Implementation Guide - why implement P3P, how does it work, preparing for implementation, creating P3P files
P3P Deployment Guide - contains more technical details on deployment and server configuration than the Implementation Guide
How to Create and Publish Your Company's P3P Policy (in 6 Easy Steps) - a very brief overview
P3PToolbox.org -- features more information about P3P, P3P software, and upcoming P3P implementation workshops
You can use the W3C P3P Validator to make sure your P3P enabled web site is working properly.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

um i have read that..but i was looking for a easy way out :oops:

dam it!
____________________________________
ok..i have tried makeingit........ it makes no sense to me, i have never done anything like this before, all i am trying to do is to set 1 dam cookie..is that to much to ask?

grrrr.....if you guys ever find a "idiots guide to p3p" then please let me know...i need it :P

if someone knows how to make these then please help me.

thanks alot.
Post Reply