Skip to content

Commit 97a262e

Browse files
Cookie based content hashing cookie name - camunda-bpm-platform/issues/4791
1 parent 0eb6186 commit 97a262e

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)