<%}%>
<%
//Clearly this is just for the test environment.
//This is a dummy cookie so that the AppSensor logout action has something to kill
Cookie genericSessionCookie=new Cookie("foo", "true");
genericSessionCookie.setMaxAge(55);
ESAPI.httpUtilities().addCookie(response, genericSessionCookie);
%>
Currently logged in as:
<%= ESAPI.authenticator().getCurrentUser().getName() %>
switch user