I've changed the forms to not use TempData and use HttpContextItems instead.
However after the form is posted, the cookie ".AspNetCore.Mvc.CookieTempDataProvider" is added and not deleted.
How can I fix?
Umbraco 13.6.0
Umbraco forms 13.4.0
I have set the forms options as:
"Forms": {
"Options": {
"TrackRenderedFormsStorageMethod": "HttpContextItems",