By default, in the HTTP response header, the SameSite attribute in the Set-Cookie header element , make sure that you remove the SameSite attribute. For example, if prevents the cookies from being sent to the server in the hybrid mobile apps. For instance, if the SameSite attribute has been specified as "SameSite=Strict", ensure that you nullify the SameSite attribute with "None", for instance, "SameSite=None", thereby removing the SameSite attribute from the Set-Cookie header element in the HTTP response. SameSite=Strict attribute prevents the WebView instance from sending the cookies to the server. Both Hybrid and Native mobile apps Hybrid Mobile Apps get loaded as ad hoc units in the WebView instances and therefore it is essential that the SameSite attribute should be removed or nullified in the Set-Cookie header element in the HTTP response. |
|