Hi,
I have a Mobile App which is developed by using PhoneGap and the apk created by Telerik Icenium Appbuilder.
And i have a MVC Website.
I am using a simple Session based authentication for between Mobile App and MVC Site.
Everything working fine in Android Kitkat and below.
But In Android Lollipop the session cookie is not send to server.
So the MVC Site cannot authenticate the request from Mobile App.
I googled these things, and
some answers says "
The Cookie is disabled by default in Android Lollipop".
Anyone experienced this same issue? Any solutions?