Connecting Tech Pros Worldwide Forums | Help | Site Map

share session data between asp and asp.net

Nayana Thara
Guest
 
Posts: n/a
#1: Apr 25 '07
We have a web site where we have asp and asp.net.
how can we share session data b/w the two environments.



Bob Barrows [MVP]
Guest
 
Posts: n/a
#2: Apr 25 '07

re: share session data between asp and asp.net


Nayana Thara wrote:
Quote:
We have a web site where we have asp and asp.net.
how can we share session data b/w the two environments.
Store the information you need to share in a database. The two
environments cannot share the Session or Application objects
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


Closed Thread