Skip to content

Commit 0928212

Browse files
Merge pull request #1704 from alessandrocavalli/issue-4791
Documentation - Cookie based content hashing cookie name
2 parents 0eb6186 + 97a262e commit 0928212

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/introduction/architecture.md

+4
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ In a clustered setup, if users are going to login to the web applications, an ex
7676

7777
If neither of the above approaches are implemented in a cluster setup, connections to multiple nodes - intentionally or via a load-balancing solution - will result in multiple login requests.
7878

79+
{{< note title="Consistent hashing" class="info" >}}
80+
If a cookie based consistent hashing is used, make sure that the cookie name is not JSESSIONID which is used by Camunda.
81+
{{< /note >}}
82+
7983
## The Job Executor in a Clustered Environment
8084

8185
The process engine [job executor]({{< ref "/user-guide/process-engine/the-job-executor.md" >}}) is also clustered and runs on each node. This way, there is no single point of failure as far as the process engine is concerned. The job executor can run in both [homogeneous and heterogeneous clusters]({{< ref "/user-guide/process-engine/the-job-executor.md#cluster-setups" >}}).

0 commit comments

Comments
 (0)