G
genc_ymeri
Hi,
Well, I'm looking around for another opinion. We have two webservers, the
legacy one writen in ASP and the new one in ASP.Net.
Once a user logs in the ASP.Net web app, the session of the Login page gets
stored in a DB (in a binary format). Meantime, if the user chooses to go and
run the web legacy system, he doesn't want to log in again, so an "option"
we are considering is to go and get the data from session of Login Page (of
ASP.net web app) which stored in DB at the very first step.
The issue we are facing is how can we convert the ASP.Net session into a old
ASP one ? Is that possible or should we consider another option ?
Any tips very much appreciated !!!!
PS:
1. Passing data through QueryString is not an option due to security
reasons.
2. Another way is to do this through webservices but we are going to parse
all the session data rather than converting it as is from ASP.Net to ASP and
vise versa.
Well, I'm looking around for another opinion. We have two webservers, the
legacy one writen in ASP and the new one in ASP.Net.
Once a user logs in the ASP.Net web app, the session of the Login page gets
stored in a DB (in a binary format). Meantime, if the user chooses to go and
run the web legacy system, he doesn't want to log in again, so an "option"
we are considering is to go and get the data from session of Login Page (of
ASP.net web app) which stored in DB at the very first step.
The issue we are facing is how can we convert the ASP.Net session into a old
ASP one ? Is that possible or should we consider another option ?
Any tips very much appreciated !!!!
PS:
1. Passing data through QueryString is not an option due to security
reasons.
2. Another way is to do this through webservices but we are going to parse
all the session data rather than converting it as is from ASP.Net to ASP and
vise versa.