On Wed 05.02.2014 13:12, Aaron J. Garcia wrote: > Hi Everyone, > > I maintain a Wicket application running on Tomcat 7.0.39, and I recently > altered $TOMCAT_HOME/conf/context.xml to include a sessionCookieName > parameter. I made a change like this: > > <Context sessionCookieName="JSESSIONID_MYAPP"> > > This properly changes the session cookie that is used by Wicket to > JESSIONID_MYAPP instead of JSESSIONID. However, when I start up my Wicket > app, I get the following error spit out to the logs in Development mode, > when running in Intellij. Any idea why? > > When I was using the normal JSESSIONID, it was properly ignoring it when it > was appended to the classname for the SignInPage.
See https://issues.apache.org/jira/browse/WICKET-4873 as of Wicket 6.4.0 you may use a different session id name. Set a system property »wicket.jsessionid.name« to the desired value. -Timo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
