Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • nelsenlim 70 posts 71 karma points
    Mar 16, 2011 @ 10:45
    nelsenlim
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft