// Try accessing war3 again on both nodes -- should fail
SSOBaseCase.checkAccessDenied(httpConn, warA3 + "index.jsp");
SSOBaseCase.checkAccessDenied(httpConn, warB3 + "index.jsp");
// Confirm that the SSO we created at the start was removed from the cache
assertFalse("node0 cache does not have SSO " + sessionID1, new CacheHelperClient(adaptors[0]).getCacheHasSSO(sessionID1));
assertFalse("node1 cache does not have SSO " + sessionID1, new CacheHelperClient(adaptors[1]).getCacheHasSSO(sessionID1));
}