Assuming I have a e-commerce mobile site, where user can login, save some items in shopping cart, and checkout.
Can I point to this mobile site from my cordova app, and then expect the login/re-login will work? I.e. the user session and cookies will be kept correctly in Cordova Webviews?
p/s: I found an old question discussing this issue (Handling cookies in PhoneGap/Cordova), that was 4 years ago and I hope things are different now.