Author: bcanonica | Posted on: 3/25/2009 1:41:58 PM | Views : 1244

OK I have a web app that has two sides to it.  The majority of the site is in classic asp and uses forms to authenticate the login.  Another section is built in asp.net and needs to validate from the validation in the classic asp section of the site.  How can I pass something like an ecrypted UserID in a cookie or in Session to the asp.net site so I can validate the user?  What would be a best practice for situations like this?  
BC   

...

Go to the complete details ...