I have a web application running on .Net Core 2.2 and so far it has been deployed on various servers on IIS screenshot of web.config (https://i.stack.imgur.com/9nVUr.png)
The cookies created on all the servers so far are around 2.7kb
screenshot of usual behavior - localhost (https://i.stack.imgur.com/7ptlf.png)
screenshot of usual behavior - public domain with https (https://i.stack.imgur.com/FltKX.png)
When deployed on a particular server that cookie becomes too large and is chunked. Causing problems overall screenshot of chunked cookie (https://i.stack.imgur.com/VE4oP.png)
Does anyone know what is causing this?