Re: [PHP] IE quirk

2006-03-17 Thread Joe Henry
With IE, it's not a quirk. It's a feature. On Thursday 16 March 2006 3:31 pm, Jay Blanchard wrote: [snip] I created a small bannering program. It works great in Firefox. But I have a problem with IE. If I place the banner on a different domain than the bannering program, Ex:

Re: [PHP] IE quirk

2006-03-17 Thread Myk OLeary
In this case it is very likely a feature. It sounds like the Security settings are set at default in IE, which is to disallow third party cookies without P3P privacy policies. I bet that if you add a P3P privacy policy header, that IE will like you just fine. This started with IE6, so

Re: [PHP] IE quirk

2006-03-17 Thread PHP
If this were the case then it should never work, however, all I have to do is press the back button to go back to the page and it starts keeping the sessions just fine. In this case it is very likely a feature. It sounds like the Security settings are set at default in IE, which is to

RE: [PHP] IE quirk

2006-03-16 Thread Jay Blanchard
[snip] I created a small bannering program. It works great in Firefox. But I have a problem with IE. If I place the banner on a different domain than the bannering program, Ex: www.bannerserver.com www.otherserver.com has img tag calling from www.bannerserver.com I use a session to keep