Intershop: Is there a pipeline I can call from the browser to clear the session?
I need to provide the user with a way to start over. I'd like to clear the secured session cookie with a pipeline call but have found nothing in the docs.
Solution
Found the default pipeline - ViewUserAccount-LogoutUser.
That seemed to do the trick.