This content has been marked as final.
Show 2 replies
-
1. Re: jboss 7 rename jsessionid for security issues
nimo22 Jun 19, 2012 8:03 AM (in response to nimo22)If I add this to my server-params:
-Dorg.apache.catalina.JSESSIONID=MYJID
and inspect any request-cookie, then I can see both MYJID and JSESSIONID is set.
I have thought, JSESSIONID is replaced by MYJID. But JSESSIONID still exists within the cookie besides MYJID.
Is it possible to replace ALL JSESSIONID-Names with MYJID?
-
2. Re: jboss 7 rename jsessionid for security issues
nimo22 Jun 22, 2012 3:48 AM (in response to nimo22)Okay, it works. I had forgotten to delete the old cookies (jsessionid) from the browser. The container does use MYJID instead of JSESSIONID.