Hi all,
I've got a strange problem. Let me first describe my situation:
- Webserver01 (Webapplication, SQL, SessionState Service)
- Webserver02 (Webapplication)
Both webservers are load balanced using NLB.
Now comes the problem. Very, very, very incidental a logged in user, some how gets the session from a completely different user. How do we noticed? We got a call from one of our customers, telling that he suddenly has access to anothers customers profile..!!
To eliminate the Sessionstate, we're going to take Webserver02 offline and disable SessionState and put it InProc.
But my main question here is that i've noticed that both webservers have different date-time! The difference is only a few minutes, sloppy, but true. Could this also be the cause of user Sessions getting mixed up? Anyone expirenced similiar problem(s) with SessionState service?
Many thanks in advance.