I am trying an sample app using the icenium with session authentication.
The app working working fine in Kitkat and below android devices.
But in Lollipop the session is not maintained for each requests.
I googled these thinks and i found the following, In Lollipop Cookies is disabled by default,
and they give the following code to fix(Please refer this link Code to Fix)
But we don't have any .java file in icenium project right, then how can we apply this code in icenium phonegap?