1. Cookie Container: Let every session use it's own HttpState object. That's where HTTP Client stores it's cookies. The only problem is that it's not serializable, so it won't work with persistent sessions.
That's OK, but how do i say which HttpState to use for which connection?
2. Thread Safety: HTTP Client is thread safe as long as you use a thread safe connection manager.
Perhaps that's a bug or just intended behaviour, but multiple HttpClient-Object used from different threads using one MultiThreadHttpConnectionManager doesn't seems to work properly.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
