Copied to clipboard

Flag this post as spam?

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


  • Saied 349 posts 674 karma points
    Sep 30, 2015 @ 16:02
    Saied
    0

    Members.Login returns true, but Members.IsLoggedIn() returns false?

    I am executing the following code:

    var bLogin = Members.Login(userName, password);
    
    var isLoggedIn = Members.IsLoggedIn();
    

    bLogin returns true, but isLoggedIn return false? I thought if I call Login, the Member Should be logged in or am I doing it wrong?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies