Hello,
I have an ASP application and an ASP.NET application now I want to keep some session variables common in both the application, like login details etc, my problem is "how can I use session created by ASP in ASP.NET or v/v?"
If this is absolutely not possible then what is the best way to achieve the same.

Thanks