after upgrade to 4.7.0 (latest one, march 14 release) authentication of member is not working as it should
Login for the first member works fine but when I Log Out (FormsAuthentication.SignOut)
the value of Member.isLoggedOn is still true where the value of HttpContext.Current.User.Identity.IsAuthenticated is correct already
Then i try to login as another member
The value of
Member.GetCurrentMember().Id is still assigned as the first login attempt but Member.CurrentMemberId is already assigned correctly to the second member
Membership Authentication 4.7.0 issue
after upgrade to 4.7.0 (latest one, march 14 release) authentication of member is not working as it should
Login for the first member works fine but when I Log Out (FormsAuthentication.SignOut)
the value of Member.isLoggedOn is still true where the value of HttpContext.Current.User.Identity.IsAuthenticated is correct already
Then i try to login as another member
The value of
Member.GetCurrentMember().Id is still assigned as the first login attempt but
Member.CurrentMemberId is already assigned correctly to the second member
I do not have this issue in 4.6.1, is this a bug?
is working on a reply...