Anyone have recommendations on solutions for this need?
Distributed .net object cacheing for web farms
Collapse
This topic is closed.
X
X
-
Alex KourkoumelisTags: None -
Peter Morris
Re: Distributed .net object cacheing for web farms
You can store sessions in a SQL Server database if that's what you are
asking? Google for it, it's pretty simple.
Pete
-
Ignacio Machin ( .NET/ C# MVP )
Re: Distributed .net object cacheing for web farms
On Sep 23, 3:51 pm, Alex Kourkoumelis wrote:There are articles in MSDN dealing with this. basically you need toAnyone have recommendations on solutions for this need?
store the sessions outside the IIS.
Or store no session at all
Comment
Comment