I have a Xamarin application which creates a few files in /data/data/my.app.com/app_webview
after using it.
The problem is that the cookies file is a file which contains session cookies. According to the OWASP top 10 Mobile, this is not secure.
How do I securely store my cookies in Xamarin?