My java servlet call httpclient to get page content. may I know what is the best practice to re-use same session for same user when doing multiple sub sequence request from servlet
+2
A:
Assuming your are using Apache's HttpClient
Here's the information you're probably looking for
Ryan Fernandes
2009-07-06 06:34:01