Do flowable apps need a sticky session

We understand Flowable Engine is completely stateless, wondering if apps rely on Database backed token or Jsession id.

We currently have an API (Stateless) running on a tomcat behind load balancer and wondering if apps can be deployed to same tomcat instance without any need to maintain Sticky session.

Thanks for your time!

The UI apps are stateless. They are using a cookie based authentication. You just need to make sure that you have at least one idm app on each of your different domains.

Perfect! Thanks @filiphr