We need to logout the user on the event that they close the browser. The following URL shows how to do this using redirection:
http://www-01.ibm.com/support/docview.wss?uid=swg21228490
Since the browser is already closed, we need an equivalent that we can call without using redirection. We need to do this using server-side code.