asp.net - Sessionstate server (webfarm) environment, user sessions get mixed up -
I have a strange problem let me describe my situation first:
- WebServer 01 ( Web application, SQL, sessionstate service)
- Webserver 02 (webplugging)
The load is balanced using both the webserver NLB.
Now the problem comes in many, many users are logged in, much more relevant, how do some sessions get a completely different user than we have seen? We have received a phone call from one of our clients, and saying that they suddenly get access to other customers' profiles .. !!
To eliminate the end of the session, we can take Webserver02 offline and disable session session and can put inproc
But my main question is that I have noticed that the time for different dates of both the webservers! The difference is just a few minutes, sloppy, but true. Can this mix of user sessions also be mixed?
P> I have had a similar situation in my situation In a developer (I did not honestly) had created a single static database connection in our data access layer, due to which your experience was evenly remembered. Can you confirm that you have not received any static database connection?
IE.,
Private static SqlConnection m_Connection;
Comments
Post a Comment