You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The local storage is very unsecure. Thus we shouldn't store cookies (or at least session cookies) in it because it's open for potential attackers.
I understand that risk of an attack is reduced since we are talking about a WebView inside a native app. But still when some developer navigates within the WebView to a different website there might be a scenario where the local storage can get exploited.
BorntraegerMarc, benjamin-luescher, Stephane84 and jhlee8804