Re: Question on session tracking

2008-11-21 Thread Adrian Crum
Try using HtmlUnit. -Adrian --- On Thu, 11/20/08, Al Byers <[EMAIL PROTECTED]> wrote: > From: Al Byers <[EMAIL PROTECTED]> > Subject: Question on session tracking > To: user@ofbiz.apache.org > Date: Thursday, November 20, 2008, 11:22 PM > I am working on a plugin fo

Re: Question on session tracking

2008-11-21 Thread Al Byers
I am able to get around the problem by pulling the JSESSIONID value out of the returned headers and adding it to the second url in the form of "...;jsessionid=...". Setting the return JSESSIONID header to the same header that is returned did not fix the problem. I wonder if it could have something

Re: Question on session tracking

2008-11-20 Thread Al Byers
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=

Re: Question on session tracking

2008-11-20 Thread Al Byers
See below. On Fri, Nov 21, 2008 at 12:22 AM, Al Byers <[EMAIL PROTECTED]>wrote: > I am working on a plugin for the SeleniumXml tool that Brett demoed at > Apachecon. It sends a request to the server and parses the result, putting > it into the SeleniumXml test context. > > I am using Apache's Htt

Question on session tracking

2008-11-20 Thread Al Byers
I am working on a plugin for the SeleniumXml tool that Brett demoed at Apachecon. It sends a request to the server and parses the result, putting it into the SeleniumXml test context. I am using Apache's HttpClient 4.0b3 because it has some nice response handling features. I am making two requests