Click here to Skip to main content
15,904,023 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to get the session values from ASP.net to Classic ASP Pages.

When i post the ASP.net page, it will goes to the classic asp page.

In the asp page, i want to get the session details from asp.net.

How to do this in Classic ASP from ASP.Net...?
Posted

As session of asp.net is stored on server side, you will not be able to access it in asp. You may use cookies in asp.net for this purpose as they are stored on clientside
 
Share this answer
 
v2
Have a look at below Article. Its pretty old(2003) Article on MSDN but sounds interesting and useful.

http://msdn.microsoft.com/en-us/library/aa479313.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900