Skip to content

Commit

Permalink
0002317: Upgrade Jetty to version 9.2.11.v20150529
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 24, 2015
1 parent db1f0e6 commit 65ece36
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -579,7 +579,6 @@ public SessionManager() {
setMaxInactiveInterval(10 * 60);
setLazyLoad(true);
setDeleteUnrestorableSessions(true);
log.info("My session cookie is {}", getSessionCookie());
setSessionCookie(getSessionCookie() + (httpPort > 0 ? httpPort
: httpsPort));
}
Expand Down

0 comments on commit 65ece36

Please sign in to comment.