Transfer Session Variables from Classic ASP to ASP.NET
Hits: 132
Description: Some time ago, I got into a bit of a research theme about figuring out how to interoperate Session state between classic ASP and ASP.NET. The reasoning was that a lot of developers have Classic ASP sites, and want to migrate to ASP.NET a piece at a time, and Session State transfer between them was the sticky issue. There has also been considerable newsgroup discussion about this issue, most everyone saying it \"can\'t be done\". You...