https://issues.apache.org/jira/browse/WICKET-5500
Martin Grigorov Wicket Training and Consulting On Wed, Feb 5, 2014 at 11:50 PM, Aaron J. Garcia <[email protected]> wrote: > Martin Grigorov <mgrigorov <at> apache.org> writes: > > > > Hi, > > > > I will test this tomorrow. > > > > Martin Grigorov > > Wicket Training and Consulting > > Thanks Martin, > > FWIW, I was setting this when running Tomcat: > > -Dwicket.jsessionid.name=JSESSIONID_MYAPP > > It didn't work with the -D option, so I added it to my class that extends > WebApplication, like so: > > System.setProperty("wicket.jsessionid.name", "JSESSIONID_MYAPP"); > > and that didn't work either. > > I'm happy to help pinpoint the issue however I can. Please let me know. > > -- Aaron > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
