Exemplo n.º 1
0
 /** Removes the session from the backing. */
 public void destroySession(String sessionId) {
   _sessionManager.removeSession(sessionId);
 }