session timeout : multi instance on same server
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 01:28 AM
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 ?
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 ?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2015 07:43 AM
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
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
