I'm working on an identity server duende system. the identity server using application cookie to store user's info. https://i.stack.imgur.com/vYGrr.png
the issue is; with the increase of claims requested by the user, the size of these cookies increases and we face a "400 bad request, request header or cookie too large nginx" error. https://i.stack.imgur.com/gqlga.png
Does anyone know how I can remove or modify these identity cookies on the browser without disrupting the system? Is there any solution to solve this problem? The following values have also been changed on the nginx config. https://i.stack.imgur.com/NSD40.png