1

I'm working on webpage of an andriod webview app, and creating the cookies in React.js, it's working fine in desktop, but when testing it inside the app, it's deleting cookies saved after app closes.

setCookie("login", true, 1);
setCookie("tokenId", responseJson.data.tokenId, 30);
Cà phê đen
  • 1,883
  • 2
  • 21
  • 20

0 Answers0