Hi everybody,
We have migrated our site from version 8 to 10. We are using umbraco forms. We are running it on Azure web apps in a flexible load balancing setup as described here https://docs.umbraco.com/umbraco-cms/v/10.latest-lts/fundamentals/setup/server-setup/load-balancing
We wanted to determine whether we need to enable AAR Affinity or not. In order to do that we first need to identify if our site is stateless or stateful. So here are few questions:
1. Is an umbraco application stateful or stateless?
2. Does umbraco forms require sessions? In that case it would make the site stateful.
Any thoughts please.