5

I have a Xamarin application which creates a few files in /data/data/my.app.com/app_webview after using it.

Files created after running the application

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. Cookies stores

How do I securely store my cookies in Xamarin?

abbasi_ahsan
  • 113
  • 5
VC_work
  • 481
  • 4
  • 7
  • 1
    I'm not sure this qualifies as Insecure Data Storage. Is there anything that is stored in the cookies other than the session token? – Dan Landberg Feb 26 '18 at 17:00

0 Answers0