473,811 Members | 2,566 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IExplorer cookies stubbornness.

IExplorer cookies stubbornness.

Hi,

I'm testing how my asp.net application reacts with a browser that does
not accept cookies.
Tested it with Opera and Mozilla with cookies off, I can clearly see
how I get a new sessionID on each hit.
However, with IExplorer, after setting "high" to security for local
zone, and on Privacy tab set to "Block all cookies", I see the
sessionID remains the same while I browse.
So, it seems no matter what, IE still accepting cookies.

Is this a common/normal behavior ?

Nov 19 '05 #1
2 1333
I don't believe that is the correct behavior, but one way to see what
is being sent with each request is ieHTTPHeaders[1]. You'll see if a
cookie is sent or not.

[1] http://www.blunck.info/iehttpheaders.html

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

On 4 Feb 2005 14:33:43 -0800, cr************@ hotmail.com wrote:
IExplorer cookies stubbornness.

Hi,

I'm testing how my asp.net application reacts with a browser that does
not accept cookies.
Tested it with Opera and Mozilla with cookies off, I can clearly see
how I get a new sessionID on each hit.
However, with IExplorer, after setting "high" to security for local
zone, and on Privacy tab set to "Block all cookies", I see the
sessionID remains the same while I browse.
So, it seems no matter what, IE still accepting cookies.

Is this a common/normal behavior ?


Nov 19 '05 #2
Go here [1] and get a free copy of IE Cookie Viewer. It is an oustanding
application.

--
<%= Clinton Gallagher
METROmilwaukee "Regional Information Services"
NET csgallagher AT metromilwaukee. com
URL http://clintongallagher.metromilwaukee.com/

[1] http://www.nirsoft.net/


<cr************ @hotmail.com> wrote in message
news:11******** *************@z 14g2000cwz.goog legroups.com...
IExplorer cookies stubbornness.

Hi,

I'm testing how my asp.net application reacts with a browser that does
not accept cookies.
Tested it with Opera and Mozilla with cookies off, I can clearly see
how I get a new sessionID on each hit.
However, with IExplorer, after setting "high" to security for local
zone, and on Privacy tab set to "Block all cookies", I see the
sessionID remains the same while I browse.
So, it seems no matter what, IE still accepting cookies.

Is this a common/normal behavior ?

Nov 19 '05 #3

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

Similar topics

0
1144
by: George Gre | last post by:
Hi, I would like to set some of the Iexplorer settings programmaticaly. Settings we find in Tools->internet options. If you have some samples pointers to documents etc on how to do it please let me know. George.
4
3887
by: Brian Burgess | last post by:
Hi all, Anyone know of any special issues with storing cookies with ASP? I'm trying this with two browsers: One is IE 6.0 with cookies set to 'prompt'. This has been working properly as any new site I goto seems to prompt me to store their cookie. The other is Pocket IE on Pocket PC 2002, with the cookies set to 'enabled'. My problem is that the cookies dont seem to be being written with my ASP. I dont get the prompt to store...
5
7562
by: Mike Ratliff | last post by:
I need to call internet explorer from another program and pass along a variable to the aspx page that I am opening. example iexplorer.exe "search.aspx?variable1="12345" please give me an example of the proper command line syntax and the code to set the variable in the aspx program. thanks
0
1901
by: Wally Sanford | last post by:
I have a layer in a table at http://home.earthlink.net/~wallysanford/ that displays about how I'd like in IExplorer but is several pixels low in Netscape 7.x/6.x, Mozilla, Galeon, and Konqueror. I suspect the answer may be CSS, which I need to learn, but can anyone suggest what else might solve this in the interim? I've fiddled with z-layers and am looking at what Fox said at...
3
1727
by: The Pritchard | last post by:
I want the user to be able to save the information displayed on a dynamically created page. When I write a script like the following: <SCRIPT> winNew = window.open("","test"); winNew.document.writeln("Hello World!"); winNew.document.close(); winNew.focus();
5
1617
by: Steve JORDI | last post by:
Hi, I have a strange behavior when using IExplorer over FireFox. There is an html form that asks for the name of a city and has a dedicated field for that with a submit button next to it. In IExplorer, if I hit return instead of clicking the button, the PHP query on MySQL fails when reaching the mysql_fetch_object function. It's ok if I click the button.
5
2805
by: Steve JORDI | last post by:
Just a question using images as submit buttons and PHP4.4.4. It seems that my code correctly works in FireFox but not in IExplorer. For example, I have a FORM with 2 buttons called "search" and "save". In a second file, the one mentioned in the "action" parameter, I test which button has been clicked in order to decide which action to take. IExplorer doesn't get anything, FireFox correctly works.
9
2701
by: phpmagesh | last post by:
Hi to all, While shutting down my system i ma getting not responding message because of IEXPLORER.EXE. when i press shutdown button, after a long time it asking me again to endtask the IEXPLORER.EXE. after i end this task only my system getting shutdown, Because of this my system working very slow too. Can any one help me how to slove this problem Regards magesh
1
2356
by: shashi shekhar singh | last post by:
Respected Sir, I am currently facing a problem in disabling the back Button of IExplorer. Actually I have taken two UpdatePanel on the page(Page A). At first when Page(Page A ) loads then Update Panel 1 Contents is showing it includes Textboxes, Timer and button(Start), On Clicking that Button (Start Button) Update Panel2 loads contains gridview. After this Button(Start ) .visible =false; Now when Update Panel 2 has been loaded then I want...
0
9730
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10651
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10136
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9208
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7671
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4341
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3020
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.