Unable to set cookie-path in web logic 10.3.0
Hello,
I am deploying 2 different applications on Oracle Web Logic 10.3.0 on one Domain - MyAppOne and MyAppTwo. Application is getting deployed but when I am trying to access both the application in 2 different tabs of IE, one of the application is not working. It is gives session timeout when I access the second application after first one or vise-versa. JSESSIONID cookie is conflicting. If I check the cookie of both application PATH is /.
NAME JSESSIONID
VALUE nv2TRB1NgG31zQDpPLr4GpJz5d22mM2sWnxppg66l15nTFnGjT8h!-882405416
DOMAIN 127.0.0.1
PATH /
VALUE nv2TRB1NgG31zQDpPLr4GpJz5d22mM2sWnxppg66l15nTFnGjT8h!-882405416
DOMAIN 127.0.0.1
PATH /
To over come this, I tied to use cookie-path attribute in weblogic.xml of my application. But when I check the cookie using IE, PATH is still /. In both applications, I added below entry in weblogic.xml. I have specified application name in cookie path - MyAppOne and MyAppTwo
0