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
Hello,
I'am trying to check if a user is connected to the membership on the site as a member or into the umbraco admin section in a handler.
I've tried this
if (context.User.Identity.IsAuthenticated || umbraco.library.IsLoggedOn())
But umbraco.library.IsLoggedOn() always return false
Any ideas ?
Thanks so much
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
How to check if member OR umbraco user is logged On from httphandler?
Hello,
I'am trying to check if a user is connected to the membership on the site as a member or into the umbraco admin section in a handler.
I've tried this
if (context.User.Identity.IsAuthenticated || umbraco.library.IsLoggedOn())
But umbraco.library.IsLoggedOn() always return false
Any ideas ?
Thanks so much
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.