I have a webapp which is basically a survey that a user can take. When they take the survey I log in a anonymous user so the webapp can be modified. The problem I am running into is I need to logout the user after they submit the survey (changes to the webapp). I know I could run /LogOutProcess.aspx but it redirects the user. Is there a way to log out someone without redirecting a user? In other words perform a AJAX logout.
↧