Maintaining Session Between Two Applications
Author:
AzamSharp
Session data is very important for all applications. Session enable the application to recognize the user by using credentials. Sometimes we need to transfer the Session from one application to another. If you are working with In-Proc session mode than you cannot share the session in different applications. However there is a small way you can use to transfer the session from one application to another in the In-Proc session mode.
More Tutorials
|