we have a portal that was written in classic asp. a new request has come in to allow people to upload documents to the portal. easy enough, a problem comes into play when we need to allow people on our intranet to view the documents.

my thought was to create an ASP.NET project that would allow the documents to be stored in a SQL db, but how can i transfer the session variables from classic asp to asp.net?