A custom Microsoft® Visual Basic® 6.0 COM object is written to manage the session state instead of using the native session object in order to store the session data to SQL Server. The native ASP session can only store session data in memory. When the ASP script is finished, this object will be terminated and the session state will be persisted back to SQL Server. This COM object will be instantiated in the beginning of each Web request and reload the session data from SQL Server.
Read more about it at buzzycode.com |