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]

Reply via email to