Hi all,
We seem to be having a problem passing session variables from a page in ASP to a page written in .Net (aspx).
What is the generally accepted solution to this issue?
Thanks in advanceSession states are not shared between ASP and ASP.NET pages.
Simplest solution is to convert all asp pages which employ session variables into ASP.NET pages, alternatively you could encrypt your session variables into cookies.
All the best.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment