I’ve started working on a web application which frequently query a web server for content and require that a user be logged in at all times.
Everything worked well on the simulator until I ported the app to an android device, then I couldn’t even login.
Turns out the android platform doesn’t inherently save cookie information, nor can I obtain header information so that I can tell what cookie information the server request me to save.
On top of that, I’ve read that the webpopup only stores cookie in memory so every time I bring it up, I’ll need to ask the user to login all over again.
It sounds like I’ve come across a brick wall and I have to abandon my project in Corona, am I correct? I don’t think there’s anyway to have webpopup work with a persistent cookie on Androiid is there?
Any help would be appreciated, even if it’s an answer to tell me that I need to look for another SDK. Thank you! [import]uid: 159488 topic_id: 29009 reply_id: 329009[/import]