Click here to Skip to main content
15,920,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 5 applications and one single Login. 3 applications in one server and rest of 2 in another server. When User Login from Single Login and click on application i need to redirect to the selected application(if its is in same IIS works fine). When User Log out from the application i need to redirect to the Single Login Page
Posted

1 solution

I think you would have to pass the credentials along to a page on the next server in a querystring and then set your session variables there. Alternatively, if your servers are in one domain you could use trusted authentication.
 
Share this answer
 

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