Is session id repeatable across servers for in-proc session? For example 开发者_StackOverflowwe are using 2 IIS servers - is there any chance that the IIS servers could create the same session id? We are using NLB servers and sticky session.
Look into storing the session state in a database which can be shared between multiple servers.
精彩评论