I'm working on the sample K10 corporate site.
On SignOutButton.ascx.cs I moved the call to GetUserDataFromAuthCookie() so the breakpoint would always hit like so:if (AuthenticationHelper.IsAuthenticated())
{
string[] userData = AuthenticationHelper.GetUserDataFromAuthCookie();
}
I'm sure the browser is storing the cookies because when I use the stay logged in option, I stay logged in. However, GetUserDataFromAuthCookie() always returns null.Does this only work when the user is authenticated with WindowsLiveID?Cheers,Rory
↧