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


i have login page in asp.net, need pass user details welcome page classic asp page. how can this? (except query string)

you need encrypt user-details , pass through query-string.

or

write in cookie , access asp page.

sessions can not shared among asp.net , classic-asp, need set session variables again in classic-asp page using in rest of asp pages.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -