I want to know how to close a session of Blue Coat programmatically in Java language or in a JSP page. In our web applications we have the following situation: if a user exits the application without closing the browser, the next time the user tries the same URL or another one, it will not be authenticated by Blue Coat (we use Active Directory for authentication). For a new authentication, the user must close the browser and reopen it. Then we need to be able to close a Blue Coat session when the user exit the application without closing the browser. Obviously the user can close the browser, but this is not what we want to do. Can you help?