cancel
Showing results for 
Search instead for 
Did you mean: 

session timeout : multi instance on same server

skumar_us
Champ in-the-making
Champ in-the-making
Hi
I have two instances of Alfresco installed in same server with different port.
open a Firefox and access the first instance using http://<hostnmae:8080>/share and login as admin user.
open a private window in Firefox and access the second instance http://<hostnmae:9080>/share and login as admin.
By the time I login into http://<hostnmae:9080>/share and go back to the other window where http://<hostnmae:8080>/share is opened,its logs out the admin user. Why this is happening? Can this be resolved ?
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Firefox is caching and sharing cookies between sessions.   probably the JSESSIONID.

One easy way I use for dev is two separate browsers like firefox and chrome.    There is no setting in firefox control the session isolation but the following article from mozilla support helps:

https://support.mozilla.org/en-US/questions/791853