No Rewriting of Existing Code
You don't have to rewrite any existing code that uses the built-in IIS Session object. SessionFarm saves and loads the IIS Session object automatically. When the object is instantiated the data from the file-share or SQL server is loaded into the built-in IIS Session. When the object gets destroyed (at the end of the page, when a 'response.end' or 'response.redirect' is issued) the IIS Session data is saved back to the file-share or database.
One Line of Code
One line of code needs to be added to each ASP page:
set SessionFarm = Server.CreateObject("SessionFarm.SFSession")
Application Variables (Global.ASA)
At least one Application variable must be set to tell SessionFarm what UNC Path to use for the file-share or datasource to use to connect to the SQL server. There are also some optional Application variables that can be used to tweak the way SessionFarm behaves.
How does SessionFarm work?
Try SessionFarm for free!
Download a free time-limited trial version and see if SessionFarm works for you.