473,385 Members | 1,642 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,385 software developers and data experts.

browser session handling

I am experiencing some browser weirdness.

My app uses session state to hide values I prefer to keep out of the
querystring. I am testing to see what happens when cookies are fully
disabled in IE 6 and NS 7. NS behaves as expected: it has no recall of
previous requests. With IE however my app works as normal: I can still store
and retrieve values from session state. Am I imagining this? If not it
suggests to me that IE 6 always includes a session cookie in the http
header.

(I am running a local IIS installation on my XP laptop).

Richard
Aug 26 '05 #1
3 1828
Hi Richard,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Aug 27 '05 #2
Hi Richard,

As for the cookies, generally there're two kinds of cookies:
1. Persistent cookie
These cookie will be persisted on the client user's hard disk and can be
used the next time the client user visit the same site(even after closing
the web browser)

2. Session cookie
Only valid during the single browser instance's lifecycle. Cookie for
session are always of this kind and for IE, we can find that when we start
a new IE instance and visit the same site, a new session id(session cookie)
will be generated.

So I'm not sure how does you disable the cookie in IE, if you just add the
site into the restricted site, it'll only disable those persistent cookies
from being use. We can find the complete setting for cookie in IE through :

Internet Options ---> Privacy tab ----> click "Advanced ..." button

In the popup dialog, we can find the "Always allow session cookies" option,
have you try unchecking this to see whether the session cookie be disabled?
Also, remember to add your site(domain name) into the block list.

Please have a try to see whether the above settings help. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "Richard P" <or**@community.nospam>
| Subject: browser session handling
| Date: Fri, 26 Aug 2005 13:37:42 +0100
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <uw**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.general
| NNTP-Posting-Host: host86-129-133-103.range86-129.btcentralplus.com
86.129.133.103
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:48907
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| I am experiencing some browser weirdness.
|
| My app uses session state to hide values I prefer to keep out of the
| querystring. I am testing to see what happens when cookies are fully
| disabled in IE 6 and NS 7. NS behaves as expected: it has no recall of
| previous requests. With IE however my app works as normal: I can still
store
| and retrieve values from session state. Am I imagining this? If not it
| suggests to me that IE 6 always includes a session cookie in the http
| header.
|
| (I am running a local IIS installation on my XP laptop).
|
| Richard
|
|
|

Aug 29 '05 #3
Hi Richard,

How are you doing on this question, have you had a chance to look at the
suggestions in my last reply? Anway, if there're anything else we can help,
please feel free to post here.

Thanks & Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| X-Tomcat-ID: 44783191
| References: <uw**************@TK2MSFTNGP12.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Mon, 29 Aug 2005 02:58:12 GMT
| Subject: RE: browser session handling
| X-Tomcat-NG: microsoft.public.dotnet.general
| Message-ID: <T4*************@TK2MSFTNGXA01.phx.gbl>
| Newsgroups: microsoft.public.dotnet.general
| Lines: 67
| Path: TK2MSFTNGXA01.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:48993
| NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
|
| Hi Richard,
|
| As for the cookies, generally there're two kinds of cookies:
| 1. Persistent cookie
| These cookie will be persisted on the client user's hard disk and can be
| used the next time the client user visit the same site(even after closing
| the web browser)
|
| 2. Session cookie
| Only valid during the single browser instance's lifecycle. Cookie for
| session are always of this kind and for IE, we can find that when we
start
| a new IE instance and visit the same site, a new session id(session
cookie)
| will be generated.
|
| So I'm not sure how does you disable the cookie in IE, if you just add
the
| site into the restricted site, it'll only disable those persistent
cookies
| from being use. We can find the complete setting for cookie in IE
through :
|
| Internet Options ---> Privacy tab ----> click "Advanced ..." button
|
| In the popup dialog, we can find the "Always allow session cookies"
option,
| have you try unchecking this to see whether the session cookie be
disabled?
| Also, remember to add your site(domain name) into the block list.
|
| Please have a try to see whether the above settings help. Thanks,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure! www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
|
|
|
|
|
| --------------------
| | From: "Richard P" <or**@community.nospam>
| | Subject: browser session handling
| | Date: Fri, 26 Aug 2005 13:37:42 +0100
| | Lines: 15
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| | X-RFC2646: Format=Flowed; Original
| | Message-ID: <uw**************@TK2MSFTNGP12.phx.gbl>
| | Newsgroups: microsoft.public.dotnet.general
| | NNTP-Posting-Host: host86-129-133-103.range86-129.btcentralplus.com
| 86.129.133.103
| | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:48907
| | X-Tomcat-NG: microsoft.public.dotnet.general
| |
| | I am experiencing some browser weirdness.
| |
| | My app uses session state to hide values I prefer to keep out of the
| | querystring. I am testing to see what happens when cookies are fully
| | disabled in IE 6 and NS 7. NS behaves as expected: it has no recall of
| | previous requests. With IE however my app works as normal: I can still
| store
| | and retrieve values from session state. Am I imagining this? If not it
| | suggests to me that IE 6 always includes a session cookie in the http
| | header.
| |
| | (I am running a local IIS installation on my XP laptop).
| |
| | Richard
| |
| |
| |
|
|

Aug 31 '05 #4

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

Similar topics

17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
5
by: David Baker | last post by:
Hi all I am very new to ASP.Net. I am trying to create a sniffer for our program. We want our users to click our sniffer and hopefully the sniffer will check their computer against our...
10
by: DotNetGruven | last post by:
How are people handling the browser back button on database driven web apps built using ASP.NET?? We keep state in Session and the back button is causing us lots of head aches! Is this just a...
1
by: Oscar Thornell | last post by:
Hi, I have an ASP.NET page that generates an Exception... The Exception is not caught in the executing method...so it propagates to..the Page_Error event handling method.. In that method the...
3
by: Richard P | last post by:
I am experiencing some browser weirdness. My app uses session state to hide values I prefer to keep out of the querystring. I am testing to see what happens when cookies are fully disabled in IE...
4
by: John Allberg | last post by:
Hi! We have a problem which is correlated to web farms and session handling and are thinking of what solution to choose. Our setup is with a web farm, one ldap server and a database cluster. ...
3
by: tshad | last post by:
I have noticed that if I open an IE session and log onto my site. I can open another browser session and that browser will have same session variables as the first. This causes problems for my...
15
by: tshad | last post by:
I was looking for a way to handle refreshes (user pressed refresh button) and found a piece of code to check if a Web page was refreshed but I can't get it to work. The code is:...
4
by: =?Utf-8?B?RGVhbiBHYXJyZXR0?= | last post by:
I'm writing a .NET 2.0 app that needs to manage user sessions. We're using SQL Server 2005 tables to hold sessions status fields in a table. The problem is how to handle the situation where a user...
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: 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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.