
| SessionFarm
Evaluation Download SessionFarm is an Active Server Pages component that allows you to manage session state on multiple servers in a web-farm. SessionFarm utilizes the built-in IIS Session object which means you don't have to learn new methods
and objects. The IIS Session object is stored on either a file-share or a SQL database using optimized stored procedures. SessionFarm requires no rewriting of your existing code and works by supplementing the existing IIS Session. For code samples, see http://www.groat.com/sessionfarm/implement.asp. |