Friday, June 8, 2012

Two weblogic consoles in the same set of browser

Two weblogic consoles when opened in the same set of browser, logs out.
For example, if you open both consoles in firefox or IE, then both logs out, however if you open one console in firefox and another in IE, it does not logout.

That is because the default Console Cookie Name is ADMINCONSOLESESSION, and when two cookies are created in browser with same cookie name, there is a conflict.

To avoid this:
Go to console - domain - config - gen - adv -
edit the Console Cookie Name of ADMINCONSOLESESSION to something else - save - restart

Else use ip:port/console for one and hostname:port/console for other.

No comments: