Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: Session


Message #1 by "Yoni Pach" <yonip@e...> on Tue, 27 Aug 2002 14:53:56
I'm moving gradational from ASP.old to ASP.NET. In the meantime, I must 
use both Sessions - of ASP.old & ASP.NET. How can I synchronize between 
them ?
Message #2 by "Mike Gale" <info@d...> on Wed, 28 Aug 2002 07:33:56 +1200
The system you get out of the box has no synchronisation built in.

You can either design so that you don't need it
OR
Build your own interop system (say using posted values or cookies).

Your own system could have two copies of session values or use a
database.  Database could knock performance depending on your situation.

First prize is probably to design so you don't need it.

Mike Gale, Decision Engineering (NZ) Ltd.

I'm moving gradational from ASP.old to ASP.NET. In the meantime, I must 
use both Sessions - of ASP.old & ASP.NET. How can I synchronize between 
them ?


  Return to Index