Sunday, 8 September 2013

Converting String to Cookie Object

Converting String to Cookie Object

I am working on an android project. In my project, I need to add a cookie
to CookieStore. But my problem is that I have cookie data stored in a
string. So i need to convert this string to a cookie object. How can I do
it? Or is there any other way to add cookie (string) directly to a
httpclient? Any help would be appreciated!

No comments:

Post a Comment