views:

452

answers:

1

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