cookies

T

Ted Bogucki

using asp.net

I can write out cookies using response.cookies and read cooies with
request.cookies

If I enable a firewall like zonealarm then the cookies wiill write out but
the asp page will not read the cookies. This is if block third part
cookies is enabled. If I allow third party cookies the it will work.

If I display the cookie collection it will show a count of zero. I can
edit the cookie on the disk and see the data.

other web sites write and read info to my computer with cookies and zone
alarm is set to block them. why does request.cookies fail to get the
information back
 
B

Bob Barrows [MVP]

Ted said:
using asp.net
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-savvy person here who can
answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-savvy people hang out. I suggest
microsoft.public.dotnet.framework.aspnet.
 
S

Sylvain Lafontaine

Some setting for the path of a cookie can confuse the browser and make it
think that a first-party cookie is (falsely) a third-party cookie; for
exemple mixing www.mysite.com with mysite.com (without the www part) or
mixing lower and upper case for a repertory, like www.mysite.com/start and
www.mysite.com/Start (this is because some operating systems, like
UNIX/Linux, are case sensitive for the name of repertories. This will have
an effect even on case insensitive OS, like Windows; because the browser
doesn't see the OS but only the HTTP protocol.

You should give us an exact exemple of your code.

S. L.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

cookies 1
Cookies expire immediately, not when set to expire 2
testing for cookies 3
How to clear cookies in ASP? 6
Cookies Count 2
ASP Cookies 2
Storing Cookies 4
cookie testing 1

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top