简体   繁体   中英

Pass a value from ASP.Net to an ASP classic page?

I have a login page in ASP.Net, but I need to pass the user details to the welcome page which is a classic ASP page. How can I do this? (Except query string)

You need to encrypt the user-details and pass through query-string .

or

Write in to a Cookie and access it from asp page.

Sessions can not be shared among ASP.NET and Classic-asp, you need to set session variables again in your classic-asp page for using in the rest of asp pages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM