difference between internal network and internet with cookie

  • Thread starter Thread starter elwis.tsapzang
  • Start date Start date
E

elwis.tsapzang

hello.
I decide to use forms authentication in my web site. I do some test in my
own network. I choose not to allow any cookie. But my form still work
althought I don't allow any cookie. My site still create cookie. Do you have
any idea?

thank you.
 
Hi elwis:

The cookie settings are per-zone - are you sure you disable cookies
for the corret zone? Intranet zone perhaps? You might try setting
cookies to "prompt" so you can explicitly see if the cookies are being
accepted or rejected.

HTH,
 
ok. I set cookie to prompt. it works with internet zone but not with
intranet zone
Do you have an idea?
Do you think it works with ASP.Net forms authentication?
 
Yes, I think ASP.NET forms authentication will work if cookies are
enabled, and will not be working if the cookies are rejected. Is this
what you are seeing?
 
No I don't
I use Request.Browser.Cookies which return true although I block all cookie
for local intranet.
authentication works. I don't understand.
 
Back
Top