Is there a way to logout a logged-in user programmatically. It seems that the LoginStatus control uses
the LogoutAction and LogoutText properties to effect a logout of a user, but I haven't been able to find
a method to do this programmatically (something like Membership.User.Logout(member)
Thanks
Go to the complete details ...