How do I tap ASP.NET session object with ASP 3.0?

  • Thread starter Jeffrey Palermo [MCP]
  • Start date
J

Jeffrey Palermo [MCP]

I have a solution that exposes the ASP.NET session object via web services,
and then I consume it with ASP 3.0 with the Soap toolkit, but then every ASP
web request becomes two, and it slows down my app. Has anyone solved this
problem?

Best Regards,
Jeffrey Palermo
 
S

Scott M.

You need to persist your Classic ASP session information somewhere that ASP
..NET can get at it. This could be a cookie, flat file or database (very
common), or some other home grown solution.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top