Hi,
We need to check some session variables if user is logged in. Is there an event we could utilize which fires on user identity check?
Thanks for help.
Regards Peter
You can check if the CMS.Membership.MembershipContext.AuthenticatedUser.IsPublic() as a simple check. If you want to check when they are being authenticated you can use the custom event handler talked about here in the documentation.
CMS.Membership.MembershipContext.AuthenticatedUser.IsPublic()
Please, sign in to be able to submit a new answer.