Distributed .net object cacheing for web farms

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Kourkoumelis

    #1

    Distributed .net object cacheing for web farms

    Anyone have recommendations on solutions for this need?
  • Peter Morris

    #2
    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

    Comment

    • Ignacio Machin ( .NET/ C# MVP )

      #3
      Re: Distributed .net object cacheing for web farms

      On Sep 23, 3:51 pm, Alex Kourkoumelis wrote:
      Anyone have recommendations on solutions for this need?
      There are articles in MSDN dealing with this. basically you need to
      store the sessions outside the IIS.
      Or store no session at all

      Comment

      Working...