Hi, I need to perform action when already logged in user selects another he can impersonate - using full impersonation.
I can not find event in NotificationSubscribers that explicitly fires for this case.
OnExtranetLogin fires both when user logs and also when user swithces to another user.
Caching previous userId and making compare at OnExtranetLogin could be solution, but I find that a bit dirty, Is there any better way ?
Best regards, Siggi