Index: C:/eclipse_workspace/JSPWiki/src/com/ecyrd/jspwiki/auth/login/CookieAuthenticationLoginModule.java =================================================================== --- C:/eclipse_workspace/JSPWiki/src/com/ecyrd/jspwiki/auth/login/CookieAuthenticationLoginModule.java (revision 647460) +++ C:/eclipse_workspace/JSPWiki/src/com/ecyrd/jspwiki/auth/login/CookieAuthenticationLoginModule.java (working copy) @@ -79,7 +79,7 @@ * User property for setting how long the cookie is stored on the user's computer. * The value is {@value}. The default expiry time is 14 days. */ - public static final String PROP_LOGIN_EXPIRY_DAYS = "jspwiki.cookieAuthorization.expiry"; + public static final String PROP_LOGIN_EXPIRY_DAYS = "jspwiki.cookieAuthentication.expiry"; /** * Built-in value for storing the cookie. Index: C:/eclipse_workspace/JSPWiki/etc/jspwiki.properties.tmpl =================================================================== --- C:/eclipse_workspace/JSPWiki/etc/jspwiki.properties.tmpl (revision 647460) +++ C:/eclipse_workspace/JSPWiki/etc/jspwiki.properties.tmpl (working copy) @@ -515,9 +515,9 @@ # # Defines how many days the cookies are kept, and how often the people have to log in. # The default is two weeks, i.e. 14 days. If you need a shorter period than one day, -# turn off cookie authorization, then tweak your web.xml to allow for longer sessions. +# turn off cookie authentication, then tweak your web.xml to allow for longer sessions. # -#jspwiki.cookieAuthorization.expiry=14 +#jspwiki.cookieAuthentication.expiry=14 # #