Hi Guys,
I have a problem, i am migrating from existing asp web application to asp.net web application. The existing asp application holds user session variables. I can share those session variables between asp and asp.net applications by storing it in database, but my actual problem is after i logging in to asp app i redirect the page to asp.net web page. Now asp.net session is creating in application start...after a postback asp.net session expires!! asp session exists.
Is it possible to maintain asp and asp.net sessions on a same page with or without HTML frames?
I have a problem, i am migrating from existing asp web application to asp.net web application. The existing asp application holds user session variables. I can share those session variables between asp and asp.net applications by storing it in database, but my actual problem is after i logging in to asp app i redirect the page to asp.net web page. Now asp.net session is creating in application start...after a postback asp.net session expires!! asp session exists.
Is it possible to maintain asp and asp.net sessions on a same page with or without HTML frames?
Comment