Hello,
Is there a way to check if the current user is logged from the backend of EPi Server ?
Kind regards,
Loïc
Do you mean logged in/authenticated?
In a controller you can check User.Identity.IsAuthenticated.
@Loic, May I know the reason for your need to check like this?
Yes, @Johan, that's what I meant, working well !
Thanks !
Hello,
Is there a way to check if the current user is logged from the backend of EPi Server ?
Kind regards,
Loïc