When getting a second page, it should remember cookies returned.
No persistent cookies though, that's over the top currently. |
|
Comment by bayard [ Tue, 29 Jun 2004 13:10:19 -0700 (PDT) ] |
| Added. I've not tested, but a tester tells me it works fine for him. |
|
Comment by bayard [ Tue, 9 Aug 2005 21:29:11 -0700 (PDT) ] |
| Modified the implementation of this to cache a HttpClient object instead of messing around with the Cookies themselves. Seems simpler to just reuse the same HttpClient object again and again. |