Android Question A cookie associated with a cross-site resource was set without 'SameSite' attribute

German Buchmuller

Member
Licensed User
Longtime User
Hi, I've got an html loaded to a WebView and used WebViewExtras to call addWebChromeClient. My html has an autosave feature which uses de WebPlayer cache and cookies to save the game. However, when I open the html, It does not save the progress. It shows in the Log screen:
B4X:
A cookie associated with a cross-site resource at  was set without the `SameSite` attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with `SameSite=None` and `Secure`. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5088147346030592 and https://www.chromestatus.com/feature/5633521622188032. in file:///data/user/0/com.fgillusi.adelfadev/files/index.html (Line: 0)
Any ideas how to get it working? Thanks
 

drgottjr

Expert
Licensed User
Longtime User
tu servidor
 
Upvote 0
Top