M
MattB
I have a ASP.net 1.1 application that I want to add on to.
Instead of building from within my 1.1 application, I'd like to do it as
a separate application in ASP.net 2.0 and if I can, pass the session ID
between applications to share the same session state. Can this be done
with relative ease? I was going to have both applications on the same
web server, so I was think I may be able to pass the session ID between
the application and use the same session from both.
Can that be done? Is it hard? Anyone got an example or good hint? Thanks!
Matt
Instead of building from within my 1.1 application, I'd like to do it as
a separate application in ASP.net 2.0 and if I can, pass the session ID
between applications to share the same session state. Can this be done
with relative ease? I was going to have both applications on the same
web server, so I was think I may be able to pass the session ID between
the application and use the same session from both.
Can that be done? Is it hard? Anyone got an example or good hint? Thanks!
Matt