On 18. September 2014 21:33:20 MESZ, Shrileckha Chaithanya 
<cshrilec...@gmail.com> wrote:
>Hi Tomcat team,
>
>I need to rename the JESSIONID cookie name to MKTSESSIONID.
>
>I updated the catalina.bat file  to use below.
>
>can you pls help?
>
>set JAVA_OPTS=%JAVA_OPTS%
>-Dorg.apache.catalina.JSESSIONID=MKT2SESSIONID
That seems to be a jboss option. For tomcat 6 you can use 
org.apache.catalina.SESSION_COOKIE_NAME and for tomcat 7+ you can set it in the 
context. See 
http://tomcat.apache.org/migration-7.html#Session_manager_configuration.

Regards
Felix
>
>Thanks,
>Shrileckha Chaithanya


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to