ASP to ASP.NET integration
SessionFarm can help you migrate to ASP.NET a page at a time -- add an ASP.NET page and access your existing session login variables or build new ASP.NET features into an existing ASP website.
SessionFarm allows you to access and update the old Session object's variables from ASP.NET webforms. You can even start brand-new ASP sessions from with ASP.NET. For instance, you could rewrite your login system using ASP.NET, set the appropriate session variables and give access to your legacy ASP pages.
On-line demo -- see ASP - ASP.NET session interaction
Web-farm Sessions
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.
Try SessionFarm for free!
Download a free time-limited trial version and see if SessionFarm works for you.
How does SessionFarm work?
SessionFarm works by restoring and saving the built-in IIS Session object to a file-share or a back-end SQL server. The information stored on the file-share or SQL server is then accessible from all of the servers in your web-farm.
How hard is it to implement SessionFarm?
Implementing SessionFarm is very easy because it leverages the existing built-in IIS Session object. Each ASP page requires only one line of code to be added to the top of the page.