473,378 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

difference between internal network and internet with cookie

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.
Nov 18 '05 #1
4 1264
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,

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 10:32:51 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:
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.


Nov 18 '05 #2
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?
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:r0********************************@4ax.com...
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,

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 10:32:51 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:
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 haveany idea?

thank you.

Nov 18 '05 #3
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?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 11 Oct 2004 18:26:10 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:
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?
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:r0********************************@4ax.com.. .
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,

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 10:32:51 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:
>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 youhave >any idea?
>
>thank you.
>


Nov 18 '05 #4
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.
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:jn********************************@4ax.com...
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?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 11 Oct 2004 18:26:10 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:
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?
"Scott Allen" <bitmask@[nospam].fred.net> wrote in message
news:r0********************************@4ax.com.. .
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,

--
Scott
http://www.OdeToCode.com/

On Mon, 11 Oct 2004 10:32:51 +0200, "el************@ciel.com"
<ne****************@microsoft.com> wrote:

>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
youhave
>any idea?
>
>thank you.
>

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Max M | last post by:
I am using ClientCookie for login on to servers and browsing them as authenticated users. I kept getting "HTTP Error 400: Bad Request" errors when submitting my forms. So I boiled it down to a...
34
by: yensao | last post by:
Hi, I have a hard time to understand difference and similarities between Relational database model and the Object-Oriented model. Can somebody help me with this? Thank you in advance. ...
1
by: JJ_377 | last post by:
What is the reason for the difference between the way Netscape 7.1 (NS) makes a cookie and Internet Explorer 6 (IE) makes one in the following case: The following JavaScript cookie assignment...
18
by: smileplzz | last post by:
r there any files which we can download from this group. can we only ask questions in this group? no files stored like it is there in yahoo groups. i think it should be there in group services....
4
by: Terry | last post by:
Hello, I am trying to get a response for an .aspx page in my current project (same virtual directory) by using WebRequest.GetResponse but I keep getting a exception with "500 Internal server...
1
by: ABC | last post by:
I want learn how to handle the web site which allow internal users (windows network users and internal browser users without windows network login) and external users including cookie and...
0
by: kgoods | last post by:
Hope someone has some ideas on this one because I'm fresh out! :) I have a SQL server on our internal network behind a linux firewall and Proxy server 2.0 (WinNT 4.0). It is the backend for an...
1
by: Daniel Di Vita | last post by:
I have an application that needs to pull files from an internal server. This is the setup. The web server is external facing, meaning exposed to the internet. I then have a file server that sits...
1
by: =?Utf-8?B?VCBSYXkgSHVtcGhyZXk=?= | last post by:
I have an ASP.NET 2.0 web app using forms authentication and an ASP.NET Membership database. Internal users access the app from the intranet, but they are authenticated by the membership module....
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.