Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Be able to specify NSURLSessionConfiguration #39

Open
davideme opened this issue Jan 25, 2016 · 0 comments
Open

Be able to specify NSURLSessionConfiguration #39

davideme opened this issue Jan 25, 2016 · 0 comments
Milestone

Comments

@davideme
Copy link
Member

        let sessionConfiguration = NSURLSessionConfiguration.defaultSessionConfiguration()
        let cookieStorage = NSHTTPCookieStorage.sharedHTTPCookieStorage()
        sessionConfiguration.HTTPCookieStorage = cookieStorage
        sessionConfiguration.HTTPCookieAcceptPolicy = .Always
@davideme davideme added this to the Release 1.0.0 milestone Jan 25, 2016
@pedrovgs pedrovgs modified the milestones: post-1.0.0, Release 1.0.0 Feb 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants