How can i share asp session data with asp.net session data

  • Thread starter Thread starter far asl via DotNetMonster.com
  • Start date Start date
F

far asl via DotNetMonster.com

I have developed my site admin pages some in asp while others are in
asp.net. I have problem that i cannot share session variables of both
alternatively.
Actually i save my userid in session variable.Index page is in asp.After
login page a details page is in asp.net. Now thsi details page can be
accessed directly through url. I WANT TO USE THE SESSION VARIABLE CREATED
IN INDEX.ASP IN ASP.NET.


MESSAGE POSTEDBY: FARHAD
 
You cannot. You will have to find some other way of sharing the information
like using a database or something to hold the information you need to
share.
 
Back
Top