Can we make Camunda Admin/Cookpit Auth stateless?

Hi,

We are using serverless to deploy Camunda Run docker and we are logged out automatically if the traffic directed to different serverless instances. It happened because Session stored in Camunda memory, so if the traffic goes to different instance, our cookies will not recognized. Is there a way to make our session distributed / stored in DB? Sticky session could help but serverless instance is short life.

Thanks,
Alex