Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2007, 08:32 AM
Registered User
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Session ID swapping from user to user...

I'm sure this one's not new, but I can't find an answer. We have a Framework 1.1 app running on two servers. One is Windows 2K and IIS 5.0 and the other is Win2K3 and IIS 6.0. Our runs as expected on the IIS 5 server, but on the IIS 6 server, all is well until two users access the site at the same time. We are seeing one user saving records to the database with the other user's data. This is quite painful. We are an Oracle shop, so we don't use SQL Server for session state or anything else. I am the system admin, and the developers are obviously blaming me on this one. They cannot upgrade the framework just yet. I followed instructions here for a topic where session states were being wiped. We have only ONE process (no Garden), and recycle of processes has been turned off. Does anyone have any experience with this problem, or can anyone point me in the right direction? I have called MS and the tech is stumped at the moment. Sad when MS doesn't have an answer. Any help is most sincerely appreciated!

 
Old September 5th, 2007, 10:24 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

What information can you get from the developers about this? I have not seen problems when using the standard session state mechanisms built into ASP.NET. Even on a web farm, the worse problem you usually see is just *missing* session data (if you jump to another machine and the site uses in-proc session management). I have not seen values jump from user to user, this sounds like an application design problem.

-Peter
 
Old September 7th, 2007, 08:43 AM
Registered User
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't have a lot of details. We do use a lot of Session Variables, and the code never crosses data between session on a IIS 5.0 and Windows 2000. I.E. if we deploy the exact same code to the IIS 6.0 box, users data becomes shared. There are several posts on the internet with this issue, but I have yet to see a resolution. One can use Fiddler's HTTP debugger on user's workstation and still see the session id's getting swapped.... Thanks!
 
Old September 7th, 2007, 08:44 AM
Registered User
 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

See the other post here titled: "Session ID saga" which appears to have never been resolved.






Similar Threads
Thread Thread Starter Forum Replies Last Post
user id during data entries mateenmohd Access 11 January 15th, 2008 12:17 AM
User control ID collision arcuza ASP.NET 1.0 and 1.1 Professional 1 May 26th, 2006 08:00 AM
what is the password and user id for ........! Random Servlets 1 November 8th, 2005 02:59 AM
Capture USER ID in record fixitman Access 3 February 9th, 2005 03:56 PM
User ID Validation Ramakrishna ADO.NET 3 November 30th, 2004 07:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.