How to set Cookie name and value with TideSDK ?
I try from this api:
http://tidesdk.multipart.net/docs/user-dev/generated/#!/api/Ti.Network.HTTPClient
when I check value from set cookie.Is null. And this code:
var httpcli;
httpcli = Ti.Network.createHTTPClient();
httpcli.setCookie("test","testAA");
alert(httpcli.getCookie("test"));
This image after run: