The issue happens consistently, every day, all day. As I dig through the .NET core code I'm not seeing any customizations to the "CurrentContact" cookie or changing the site cookie settings. The System > Cookie setting is currently set to All. We add and modify a few other custom cookies, but no system cookies.
We do have a cookie consent setup exactly how it's described in the docs. As far as I'm aware, the Azure Web app settings are as any other site we've set up. It does have Azure Front Door in front of it as we're blocking specific countries' access. There is only one web server (no web farm setup).
The site does have a lot of Google Tag Manager tags and triggers that load with it. We've went through some extensive investigation and found them to be less of an issue than initially determined.
When we hook Application Insights up to the web app, we're seeing a POST to /Kentico.Activities/KenticoActivityLogger/Log generates over 8000+ different operations. Many appear to be recursive in nature.
Just at a loss of where to dig into further and find possible solutions.