Tuesday, August 17, 2010

What is the best way to share Session between web apps in a .net 2.0 environment?

Project built using Visual Studio 2005 all options are available just looking for the best one. Ten web apps need to exist separately while sharing session. Mostly needed for single sign-on from a portal page but also to persist important data.

What is the best way to share Session between web apps in a .net 2.0 environment?
If you need to persist data across several different applications, I would suggest persisting the information to the database in the form of a profile. I believe that 2.0 offers this type of functionality almost out of the box.





You might want to google for .net profiles:


http://www.google.com/search?hl=en%26amp;q=.ne...


No comments:

Post a Comment