Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
87467 Points
9720 Posts
Moderator
MVP
Jan 03, 2012 01:20 PM|LINK
You would need to change the Session mode from "InProc" to either StateServer or SqlServer.
For an overview of Session State modes, see this article: http://msdn.microsoft.com/en-us/library/ms178586.aspx
For a session state server, check out Windows Server AppFabric, a high-performance in-memory cache that also can serve as a Session State Provider for ASP.NET: http://msdn.microsoft.com/en-us/windowsserver/ee695849
DarrellNorto...
All-Star
87467 Points
9720 Posts
Moderator
MVP
Re: How to retain information across multiple servers ?
Jan 03, 2012 01:20 PM|LINK
You would need to change the Session mode from "InProc" to either StateServer or SqlServer.
For an overview of Session State modes, see this article: http://msdn.microsoft.com/en-us/library/ms178586.aspx
For a session state server, check out Windows Server AppFabric, a high-performance in-memory cache that also can serve as a Session State Provider for ASP.NET: http://msdn.microsoft.com/en-us/windowsserver/ee695849
Darrell Norton's Blog
Please click "Mark as Answer" if this helped you.