Sunday, 7 October 2012

Opening Multiple Weblogic console sessions on same set of browser - cause logout

If you will open multiple weblogic console sessions on a same set of browsers then except one others will log out

Reason is the default Console Cookie Name is ADMINCONSOLESESSION and when you opened more than one console on same set of browser then more than one cookies with same cookie name created cause conflict and log out.

To avoid this you can do below settings -

1. Login to console

2. Go to Domain > Config > General > Advance

3. Change Console Cookie Name from ADMINCONSOLESESSION to something else

4. Save and restart admin server

On below screenshot I have changed it to ADMINCONSOLESESSION1 from ADMINCONSOLESESSION



No comments:

Post a Comment