share session data between asp and asp.net
am 25.04.2007 13:22:57 von unknownWe have a web site where we have asp and asp.net.
how can we share session data b/w the two environments.
We have a web site where we have asp and asp.net.
how can we share session data b/w the two environments.
You can do it over http. You can share application data or session
data betwen ASP, ASPX, PHP, WSH or any environment you want, locally
or remotelly.
Take a look at
http://www.motobit.com/tips/detpg_a-remote-asp-application-a ccess/
It is a sample of sharing Application object between ASP and WSH
environment, I mean you can use it as template for your case.
Antonin
Nayana napsal:
> We have a web site where we have asp and asp.net.
> how can we share session data b/w the two environments.