zgheibe commented on issue #1228:
URL: https://github.com/apache/cordova-ios/issues/1228#issuecomment-2321960131

   @mkayander is it still working now for you with ios 18 beta ?
   it used to work for me with cordova-plugin-wkwebview-inject-cookie  , but 
now with IOS beta 18 it is not. 
   
   i have a hybrid app which makes calls to a webserver and loads the pages 
returned as a response inside the iframe of my app. Cookies are maintained 
outside the iframe in my app , but inside the iframe, they do not exist 
anymore; calls from inside the iframe to the server (same-origin) are failing 
since no cookies in the request => no session ID. 
   This worked fine in previous IOS versions (last one tested was 17.5.1). I 
think i am being able to set the cookie name and value, but i think the problem 
is not being able to set the attribute "SameSite=None; Secure". It is being 
taken into consideration as a part of the cookie value. Anybody knows if there 
is a plugin where i can control and set cookie attributes into my iframe?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to