67686970717273
* the suffix of the cookie name that is used to persist the * configuration per user * @return the new cookie handler */ protected static CookieHandler createCookieHandler(final String cookieName) { return new CookieHandler(cookieName); }