I am getting a little smarter. Instead of looking at the cookies, I printed the headers:
Server: Apache-Coyote/1.1 Set-Cookie: JSESSIONID=C8772FCBF4B7ACD69029A6FB8F9C2AFD.jvm1; Path=/eng Set-Cookie: OFBiz.Visitor=10223; Expires=Sat, 21-Nov-2009 07:47:39 GMT; Path=/ Set-Cookie: eng.autoUserLoginId=admin; Domain=""; Expires=Sat, 21-Nov-2009 07:47:39 GMT; Path=/ Content-Type: text/html;charset=UTF-8 Transfer-Encoding: chunked Date: Fri, 21 Nov 2008 07:47:39 GMT So why does only the second 'Set-Cookie' get printed out by my listing code -> Local cookie(0): [version: 0][name: OFBiz.Visitor][value: 10223][domain: localhost][path: /][expiry: Sat Nov 21 00:47:39 MST 2009] I will keep looking. Just did not want any one to fix my first level of bone headedness - wait till it gets really deep. -Al
