MOKRANI created CB-4265:
---------------------------

             Summary: How to enable Cookies in Windows Phone with cordova ?
                 Key: CB-4265
                 URL: https://issues.apache.org/jira/browse/CB-4265
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP7, WP8
    Affects Versions: 2.8.0
            Reporter: MOKRANI
            Assignee: Jesse MacFadyen
             Fix For: 2.8.0


Hi evryone , How to accept cookies in windows phone 7.5/8?

In iPhone cookie accepts code like this

i'm used cordova 2.9

NSHTTPCookieStorage *cookieStorage = [NSHTTPCookieStorage 
sharedHTTPCookieStorage]; [cookieStorage 
setCookieAcceptPolicy:NSHTTPCookieAcceptPolicyAlways];

In android cookie accepts code like this

CookieManager.setAcceptFileSchemeCookies(true);

i search in forms but no one given solution about this. How to achieve this in 
windows phone. am building phonegap windows phone package this issue rises 
while login authentication, in IOS and Android i solved by accepting cookies 
with above code but how to do in Windows Phone

Thanks for any help!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to