How to make persistent Cookies with a DefaultHttpClient in Android ?
Posted
by PHP_Jedi
on Stack Overflow
See other posts from Stack Overflow
or by PHP_Jedi
Published on 2010-05-18T15:04:50Z
Indexed on
2010/05/18
15:11 UTC
Read the original article
Hit count: 326
Im using
// this is a DefaultHttpClient
List<Cookie> cookies = this.getCookieStore().getCookies();
Now, since Cookie does not implement serializeable, i cant serialize that List.
Anyone, how can this be fixed?
© Stack Overflow or respective owner