Click here to Skip to main content
15,904,416 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have multiple solutions in site. I want to pass session between multiple solutions. how do i pass. I am using asp.net 2.0...

Thanks
Posted

I am not sure but may be you find something useful here:

Single Sign On (SSO) for cross-domain Asp.net applications, Part-I - The design blue print[^]
 
Share this answer
 
Comments
to.areeb 28-Sep-10 7:58am    
Thanks........
Google "asp.net share session variables between sites". You'll get over 1.3 MILLION results to pick from.

Without actually looking it up myself, you'll probably have to resort to transferring info with cookies, query strings, and/or via a single-sign-on mechanism.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900