473,399 Members | 2,159 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,399 software developers and data experts.

Session State Loss in mismatched web site Instance ID

Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm, the
application path of the Web site (for example, \LM\W3SVC\2) in the Microsoft
Internet Information Services (IIS) metabase must be the same for all of the
Web servers in the Web farm. The case also needs to be the same because the
application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net

Mar 30 '08 #1
3 1973
Hi Martin,

From the KB itself, it only mentioned ASP.NET 1.0, 1.1, and since I also
haven't definite answer on this, I'll help you ask some other ASP.NET
engineers to confirm this. I'll inform you as soon as I get any update.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Martin Kulov [MVP]" <Ma**********@community.nospam>
Subject: Session State Loss in mismatched web site Instance ID
Date: Sun, 30 Mar 2008 16:32:30 +0300
Lines: 21
>
Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm,
the
>application path of the Web site (for example, \LM\W3SVC\2) in the
Microsoft
>Internet Information Services (IIS) metabase must be the same for all of
the
>Web servers in the Web farm. The case also needs to be the same because
the
>application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net

Mar 31 '08 #2
Hi Martin,

Sorry for keep you waiting. As for the kb article, based on my further
research, so far there is no definte record for this issue in ASP.NET 2.0
application. Are you suffering the same problem in your ASP.NET 2.0
Application?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 31 Mar 2008 03:14:24 GMT
Subject: RE: Session State Loss in mismatched web site Instance ID
>
Hi Martin,

From the KB itself, it only mentioned ASP.NET 1.0, 1.1, and since I also
haven't definite answer on this, I'll help you ask some other ASP.NET
engineers to confirm this. I'll inform you as soon as I get any update.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ault.aspx#noti
f
>ications.
================================================= =
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>>From: "Martin Kulov [MVP]" <Ma**********@community.nospam>
Subject: Session State Loss in mismatched web site Instance ID
Date: Sun, 30 Mar 2008 16:32:30 +0300
Lines: 21
>>
Hi,

I am wondering if this problem is still valid for ASP.NET 2.0.

"To maintain session state across different Web servers in the Web farm,
the
>>application path of the Web site (for example, \LM\W3SVC\2) in the
Microsoft
>>Internet Information Services (IIS) metabase must be the same for all of
the
>>Web servers in the Web farm. The case also needs to be the same because
the
>>application path is case-sensitive."

http://support.microsoft.com/?id=325056

The article does not say if the problem is relevant to ASP.NET 2.0.

Can someone confirm please?

Thanks,
Martin Kulov

www.kulov.net


Apr 7 '08 #3
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:kC**************@TK2MSFTNGHUB02.phx.gbl...
Hi Martin,

Sorry for keep you waiting. As for the kb article, based on my further
research, so far there is no definte record for this issue in ASP.NET 2.0
application. Are you suffering the same problem in your ASP.NET 2.0
Application?
Hi Steven,

I am not expriencing the problem, but was asking out of curiosity.
Still I think the issue is pretty important. Isn't there anyone that can
confirm in the ASP.NET team?

Thanks,
Martin Kulov
www.kulov.net

Jun 27 '08 #4

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

Similar topics

7
by: Billy Jacobs | last post by:
I am having a problem with my session variable being set to Null for no apparent reason. I am declaring it like the following when the user logs in. dim objUserInfo as new clsUserInfo 'Set...
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...
6
by: Steven Spits | last post by:
Hi, We're thinking of moving session from inproc to a state server. My question is: should we expect a difference in performance? Is it noticeable? Steven - - -
5
by: Steven Blair | last post by:
I have the following code: Session = new CurrentUser("TEST"); When I postback to the server, the Session is null. My guess is a only the refence to my actual class is stored, rather than the...
2
by: maxkumar | last post by:
Hi, I am running a ASP.NET 1.1 site on Win Server 2003 with IIS 6.0. The website has been running for about 1.5 years now. In the past, we used to have random cases of session variables getting...
43
by: davidkoree | last post by:
I mean not about cookie. Does it have something to do with operating system or browser plugin? I appreciate any help.
14
by: GaryDean | last post by:
The web.config in my asp.net application, running on Server2003, has this entry: <sessionState mode="InProc" timeout="40". In IIS the asp.net State Management timeout setting is 40 for my website....
7
by: gnewsgroup | last post by:
In my asp.net 2.0 web application, in Web.config, I have timeout="30", s l i d i n g E x p i r a t i o n = "true" for the Authentication element. I suppose, this means that as long as we...
6
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I have a web application vs2005 and it looks like a condition is causing session veriables to be lost. This does not seem to be happening too often. The web application allows uploading and...
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: 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
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,...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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,...
0
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...

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.