share session data between asp and asp.net

share session data between asp and asp.net

am 25.04.2007 13:23:10 von unknown

We have a web site where we have asp and asp.net.
how can we share session data b/w the two environments.

Re: share session data between asp and asp.net

am 25.04.2007 14:45:09 von reb01501

Nayana Thara wrote:
> 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.