cancel
Showing results for 
Search instead for 
Did you mean: 

define multiple cookie paths in web-j2ee-engine.xml

Former Member
0 Kudos

Hello,

Is it possible to define more than one path JSESSIONID cookie is sent to? Something like

<web-j2ee-engine>

<cookie-config>

<cookie>

<type>SESSION</type>

<path>/irj;/login</path>

<domain>siemens.de</domain>

</cookie>

</cookie-config>

</web-j2ee-engine>

I want the cookie to be sent to /irj and /login, but not to /b2b.

Another solution could possibly be to change the name of the JSESSIONID cookie. Is that possible?

Thanks for you help,

Elmar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Pascal,

thanks for your reply, unfortunately, it didn't work.

Former Member
0 Kudos

Hi Rüdiger,

I'm not really sure but this could work:

Regards,

Pascal