Search code examples
cookiesweblogicweblogic12c

Multiple WebLogic instances at same address, admin console login cookie conflict


I'm running three WebLogic 12 instances (different domains) in localhost, each listening a different port. When I login in one admin console, the session cookie for another gets overwritten, and I have to always re-authenticate when switching between admin consoles.

Is it possible to configure the cookie policy to avoid the conflict? And is it possible to do so with WLST in offline mode?


Solution

  • The best way is to set a different cookie per domain to avoid this issue. Use the console and go to / Configuration / General / Advanced and set the Console Cookie Name property.