Skip to content

Commit

Permalink
Re-enable use of SessionCookieConfig.
Browse files Browse the repository at this point in the history
This appears to have been accidentally disabled in commit 0ce6cc3.
  • Loading branch information
roadrunner2 committed Jun 5, 2015
1 parent 39aacad commit 11c698e
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -91,9 +91,7 @@ class CookieSessionRepository implements SessionRepository, InitializingBean, Ap

if( servletContext?.majorVersion < 3 )
useSessionCookieConfig = false
else
useSessionCookieConfig = false;


if( useSessionCookieConfig == false )
log.warn "useSessionCookieConfig was enabled in the config file, but has been disabled because the servlet does not support SessionCookieConfig."
}
Expand Down

0 comments on commit 11c698e

Please sign in to comment.