Hi everyone,
Is there a way I can logout a currently-logged-in user programmatically?
I have a CreateUserWizard. After the user chooses a username and pwd, I need the user to be logged in so that his/her profile information can be saved. But after all his/her profile info is updated in the database, I want to log the user out.
Thanks in advance for the help.