rlalfo / google-http-java-client

Automatically exported from code.google.com/p/google-http-java-client
0 stars 0 forks source link

How to use AndroidHttp keep session ? #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Java environment Java 6, Android 2.3

I use AndroidHttp implement the login function. AndroidHttp. 
NewCompatibleTransport () createRequestFactory () buildPostRequest (new 
GenericUrl (), new UrlEncodedContent (null)). execute (); After the success of 
the login, once again the request data, hint I log back in, shows that the 
session has been lost. How to keep the session when the request data?

Original issue reported on code.google.com by zhongwe...@gmail.com on 25 May 2013 at 10:59