I have a piece of code using the DefaultHttpClient and it makes a post request to login to a website.
However subsequent requests appear to have forgotten the fact im signed in.
How ...
Can anyone confirm if the latest release of Apache httpClient 4.0.1 or 4.1 alpha2 supports httpOnly cookie. (Did not find anything in the release notes but the source code validation ...
Does Apache HttpClient support cookies coded in javascript in a site's html or just those sent by the server through http?
edit:
If not, how would you go about finding the javascript cookies, ...
I'm using the Jakarta Commons HttpClient package with my Java applet to send an "end session" HTTP request when the applet's destroy() method is called. Can HttpClient access cookies set on the browser? My application uses mod_python on the server side and creates a server-side cookie for the user's session. This method stores a client-side cookie in the browser's cookie cache ...