public void testNewSessionIsOutdated() throws Exception {
Engine engine = new MockEngine();
engine.setName("jboss.web");
Host host = new MockHost();
host.setName("localhost");
engine.addChild(host);
StandardContext context = new StandardContext();
context.setName("test");
host.addChild(context);
DistributableSessionManager<?> mgr = new DistributableSessionManager<OutgoingDistributableSessionData>(new MockDistributedCacheManagerFactory(), context, SessionTestUtil.createWebMetaData(10), new ContextClassResolver());