Hello I am trying to implement SSO between ASP.NET and ASP.NET MVC applications. I have my logic to set the cookies which I use to enter into the second site if I have logged into first site.
When I click Logout I need to log the user out of the 2 sites. So clicking on sign out in one and then doing refresh should logout from the other too. But when I debug I find that IsAuthenticated is set to false when I click on the site for sign out but the other site which also checks for IsAuthenticated shows true. I am trying to find a link between the 2 which can explicitly log the user out of the second site too. What can I do to achieve this ? Thanks -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
