Unable to Login to Camunda UI in case of two k8s pods

When i have only one Pod, everything works good. In case of two pods: I am getting “A cookie header was received…that contained an invalid cookie. That cookie will be ignored.Note: further occurrences of this error will be logged at DEBUG level.”. one thing is sure, cookies/session is timeout… which is causing this issue. Help is appreciated

DB used is Maria DB. Response is appreciated.

Thanks

I guess the problem you have is lack of session affinity. Your ingress
controller must support it cos Camunda UI doesnt share its state across
pods.