Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2007

Tip: Looking for answers? Try searching our database.

Blocked cookies

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
James - 06 Jul 2007 16:18 GMT
Hello

I have a simple site that has a logon page using my Access membership
provider. Username and password.

Problem is that IE blocks cookies from my site so people have to add the ip
address as a trusted address.

Is there anyway past this, I have come across compacted cookies but not 100%
sure where to find some information on how to do it.

Any direction or help would be greatly received.

Many thanks
James
George Ter-Saakov - 06 Jul 2007 19:57 GMT
IE only blocks (by default) third part cookies.

Meaning if I am on a site http://microsoft.com and there is an image (or
iframe) that served from http://mysite.com and it's trying to plant a cookie
then it will be blocked.

cookies from microsoft.com should not be blocked

IE will not block third party cookies if third party supports "Compact
privacy policy"

To add that support you need to simply add following header to the pages
that plant a cookie. (No harm if you add it to all pages).
Response.AddHeader("P3P", "CP=\"NON DSP COR CUR OUR IND INT\"");

You can dig and find out what exactly CP=NON DSP COR CUR OUR IND INT means
but the truth is IE ignores it. As long as it present.....

George.

> Hello
>
[quoted text clipped - 13 lines]
> Many thanks
> James

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.