Neil Chaudhuri <[email protected]> wrote: >Unfortunately, we are finding that connections that are reused from the >pool contain cookie values that remain from prior connections. That is >why I was curious if there was some particular approach recommended for >making sure cookies don't persist among requests. > >The result so far has been duplicate cookie names with different values >in subsequent requests after the first. > >Thanks.
Just in case I failed to make that clear: persistent http connections CANNOT have cookies. They just can't. Cookies are embedded in messages, not connections. Your problem has nothing to do with connection pooling. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
