Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cookie Manager??? #146

Open
kelvin-ma opened this issue Jul 31, 2018 · 2 comments
Open

Cookie Manager??? #146

kelvin-ma opened this issue Jul 31, 2018 · 2 comments

Comments

@kelvin-ma
Copy link

Cookie Manager

@excitepv
Copy link

excitepv commented Mar 13, 2019

To enable cookies just add the below in the application onCreate method
//enable cookie
CookieManager cookieManager = new CookieManager();
CookieHandler.setDefault(cookieManager);

@mackyuqimack
Copy link

reference this
#111

HTTPRequest req = HTTPRequest.post(url).header(“Cookie”, "PHPSESSID=hasdghjasdljgla;jfj")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants