Copied to clipboard

Flag this post as spam?

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


  • MrFlo 149 posts 392 karma points
    Dec 28, 2012 @ 22:12
    MrFlo
    1

    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

     

  • 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