In order to allow for multiple sessions to be kept open simultaneously we are going to set distinct session cookie names; one for each manager deployed.
1. Open file ${DS_MANAGER}/conf/context.xml and add/set the attributeĀ sessionCookieName to a unique name chosen by the user. This is an example of how your file context.xml would look like:
<Context sessionCookieName="AUniqueName">
...
</Context>
2. If this is an existing installation the first step needs to be done forĀ ${DS_DATA}/conf/context.xml as well.
3. Restart the server after these changes.