Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
bLogin
isLoggedIn
is working on a reply...
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.
Continue discussion
Members.Login returns true, but Members.IsLoggedIn() returns false?
I am executing the following code:
bLoginreturns true, butisLoggedInreturn false? I thought if I call Login, the Member Should be logged in or am I doing it wrong?is working on a reply...
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.