Switching between ASP.Net and ASP sites
I need to go from one site that we host at one ip address to another site, that we host on a different IP address. The site I am working on is in .Net, while the other site uses ASP. If I have a session variable when I do a redirect to the second site, and the client gets redirected back to my site, is the session variable still there and valid/useful or do I have to recreate all the data in the variable?
Thanks
|