Copied to clipboard

Flag this post as spam?

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


  • MrFlo 159 posts 403 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

     

Please Sign in or register to post replies

Write your reply to:

Draft