You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/18 19:53:01 UTC

[GitHub] [cordova-android] dpico commented on issue #802: Cookies not stored on first application launch

dpico commented on issue #802:
URL: https://github.com/apache/cordova-android/issues/802#issuecomment-1188235405

   Hello @signalpoint ,
   
   We have an app built with jDrupal and Cordova that's 9 years old. It's been quite a tough adventure but we have come to a dead end with the issue described in this thread. After the last PlayStore requirements came out, we updated our Cordova version and added CORS headers into our servers, but it still doesn't work. If we do a user_login, the function does it successfully and returns the login username correctly. If we do an Ajax call after that, it works. 
   
   Problem comes whenever we do a jDrupal system_connect, which returns 'anonymous user' and no further call works any longer (403 Access denied for user anonymous). We've tried to change `AndroidInsecureFileModeEnabled` as you suggested in this thread before and it didn't work.


-- 
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-unsubscribe@cordova.apache.org

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


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