This article explains (and shows code) how you need to host session state in ASP.NET so that it can be called from classic ASP through COM+. It also discusses and shows code on how you need to modify your classic ASP application to use this ASP.NET hosted session state through COM+. Thirdly, the article details issues associated with your data types and what you need to do if you have a complex custom object. This article includes four different code examples to teach you how to manage session data when you migrate from classic ASP to ASP.NET. I will also make available an example code for developers to download.