Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I share Session information between ASP 3.0 pages and ASP.NET pages?

ASP pages session share
0
Posted

Can I share Session information between ASP 3.0 pages and ASP.NET pages?

0

Yes, but the process is not automatic. Session and Application state variables are not shared. The ASP.NET Session object is completely separate and independent from the ASP 3.0 Session object. It is possible to have a web application that has a mix of ASP 3.0 and ASP.NET pages. But information that must be passed between environments must be marshaled across the query string or some other mechanism.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123