Session issue in Cluster server environment

Hi,

We are running ContentBox 3.0.0 beta, in Lucee Cluster environment with Couchbase.

When logging into ContentBox Administrator, in the Dashboard screen few ajax calls are failing and redirecting to cbadmin/security/login.
( ajax call to get latestpages, latestsnapshot are failing but few like laetstentries are fetching data ).

In Application.cfc ( below are some session storage settings )
this.sessionStorage = “xxxxxx”; // Couchbase storage name
this.sessionCluster = true;

Also using sessionStorage module to set session of the user ( loggedinAutherID ).

Please let us know if we are missing something specific to cluster environment.

Thanks,
Saravanan K

Can you confirm sessions are saved in Couchbase? Are you using our Couchbase COnnector for Lucee?