|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Persisting of session variables of ASP and ASP+
Originally posted by : Jochen Wezel (jwezel@compumaster.de)Hi!I want to migrate to ASP+. But I cannot rewrite our whole website in one day. So I need a possibility to use ASP and ASP+ together.The problem are the session variables which I create. I need access to these variables from ASP and ASP+ on same time. How can I do that?Thanks,Jochen
|
|
#2
|
|||
|
|||
|
Originally posted by : steve (steve@aspfree.com)about the only way would be to persist the information in data store and pass a cookie, or querystring piece of information around. They aren't made to work together because asp and asp.net are separate environments made to run side by side. you'll have to make your own method up.------------Jochen Wezel at 1/19/2002 8:52:38 AMHi!I want to migrate to ASP+. But I cannot rewrite our whole website in one day. So I need a possibility to use ASP and ASP+ together.The problem are the session variables which I create. I need access to these variables from ASP and ASP+ on same time. How can I do that?Thanks,Jochen
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > Persisting of session variables of ASP and ASP+ |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|