final SessionManager manager = _tomcat1.getManager();
manager.setMaxInactiveInterval( 5 );
manager.setSticky( true );
final SessionIdFormat sessionIdFormat = new SessionIdFormat();
final Session session = manager.createSession( null );
assertNull( sessionIdFormat.extractMemcachedId( session.getId() ) );
_daemon.start();
// Wait so that the daemon will be available and the client can reconnect (async get didn't do the trick)