0

I have multiple projects on different server instances, since they have different session cookie names. The names are set on the Dorg.apache.catalina.JSESSIONID VM argument.

So, my question is: is there any way to set this variable application wise, in the same server instance?

renke
  • 1,110
  • 1
  • 10
  • 27

1 Answers1

0

how about configuring the cookie name in the web.xml?

This requires the use of Servlet 3.0 or newer, but you can see the trick here: web.xml validation in Weblogic throws error because of cookie-config

Community
  • 1
  • 1
dag
  • 1,030
  • 12
  • 23