Webview don't keep cookie, session.

Hi Expo team.
From version 28 onwards when I call api without webview don’t keep cookie & session, everything is fine from version 27 and below, and both react native
In my case:

  • I post item to cart (abczyz/cart/add.js) webview => generate cookies
  • And I use “that cookies” to get item in cart (abczyz/cart.js)
    Anything changed in webview ???
    And how I can resolve it ???

This is my source code post item to cart & get item in cart

Thanks.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.