Identify user session in clustered environment

cancel
Showing results for 
Search instead for 
Did you mean: 
maqsood
Active Member II

Identify user session in clustered environment

Hi Community,

I'd like to know the easiest way to find the user requests redirecting to which Alfresco node in a cluster environment at any given point of time.

Question 1:

Sample Scenario: On AWS Cloud, Alfresco cluster contains two nodes which are behind an AWS ELB. When a user login to Alfresco using API or directly through share (via ELB URL), I want to know which node the user is redirected to and on which node the session is maintained.

Do I need to configure or enable any setting to get this info. I don't want to do any coding/ hit sql queries?

Question 2:

Also, please let me know if there is any detailed documentation or post available to follow up and enable SSL on Alfresco (https).

Appreciate any help!

Regards,

Maqsood

2 Replies
afaust
Master

Re: Identify user session in clustered environment

The documentation contains a page on configuring SSL for production.

As with AWS / ELB logging, you'd have to check the AWS specific documentation. When you are running an Alfresco cluster on cloud, it means you are also running Alfresco Enterprise. So you could also check with Alfresco Support in case you are using the Alfresco AWS Quickstart.

maqsood
Active Member II

Re: Identify user session in clustered environment

Thank you so much for your quick response, Axel Faust‌!

Is there any alternative approach available to get the required information?