I need to delete all cookies whose name starts with a certain prefix. But the Microsoft.Owin.ResponseCookieCollection
is not enumerable. Do I need to query the underlying OWIN structures?
How can I get the keys for all cookies starting with a prefix and delete them?