Is there a way to share the session between ASP3 And ASP.NET?
Thanks
Could take a look at NSession it allows sharing session state between Classic ASP and ASP.Net using State server. Pretty easy to setup just configure App to use State Server for session and register a couple of dll files.