kamal
Posts: 0
Joined: Tue Dec 30, 2014 5:46 am

Cookie is not working on android device

Hello Team,

I am try to set cookie on before send event of service like this:

LogonService.execute({
xhrFields: {
withCredentials: true
},
,beforeSend: function(jqXHR) { jqXHR.setRequestHeader("Cookie","demoId=296ea64a-4391-4fd9-b8c3-a48a006144c6");
}

Its working fine on IOS device. It overrides my cookie and works accordingly but on android device it is not working. It does not override my cookie which I have set.

Can you please suggest any solution?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Cookie is not working on android device

Hello Kamal,

Sorry for delay. I need to consult developer team. This will take some time.

kamal
Posts: 0
Joined: Tue Dec 30, 2014 5:46 am

Cookie is not working on android device

Any update on this??. I am still waiting. This is an urgent issue.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Cookie is not working on android device

Hello Kamal,

Could you please try to use Storage variable instead of cookies? https://devcenter.appery.io/documenta...

Return to “Issues”