When the user uses the “remember Me” option in the login control, it obviously stores a cookie somewhere and the log in gets automated.
Unfortunately I use the login controls “Logged In” event to set up other objects. When the user goes in with the Remember Me function they can bypass this event.
Is there another event i cat catch?
Failing that, is there a safe way to query the membership system to see who is logged in at any time? then i can test myself.
Thanks
You can work with
User.Identity.Name