Android fetch api, cookie at server side cannot be set

Expo 34.0
I am using fetch api (with credential) to make login at server side (php), but cookie cannot be set.

Otherwise, ios works well.
Any idea ?

Hey @careless,

We recommend adding some form of token to your request header or body that your backend supports rather than using cookies.

Cheers,
Adam

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