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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...