On 26/06/2008, timvanderet <[EMAIL PROTECTED]> wrote: > > Hi everyone. I new to Jmeter so excuse me if my vocabulary is a bit off. I > know there are a lot of posts regarding cookies, but even after extensive > searching I couldn't get my question solved. > > I used a HTTP Proxy Server to record my actions in firefox. I logged into a > site, created an event on a calendar, and logged out. > > There are 3 different cookies used doing this process (confirmed by firebug) > Before login there is a "j session id" and after login there is a second "j > session id" and a "j user id" The two j session ids are being recorded and > sent properly. However the j user id isn't being recognized as a cookie. > according to the listener tree when Jmeter sends the request to login (posts > all my login info), the response data is the value of the j session id. > However it doesn't get recognized or stored as a cookie.
JMeter only recognises cookies that are sent as Set Cookie headers. > Furthermore, in all > of the subsequent HTTP requests there is a parameter with name: "context id" > and value:"12145XXXX" (the same value returned earlier, which was confirmed > to be j user id in firebug) > > When running the test in Jmeter the login repeatedly fails so I'm assuming > this cookie issue is the problem. Does anyone have any insight into this? Perhaps there is some Javascript in the returned page that is creating a cookie from the returned data. You could use a Header Manager to create a cookie using data extracted using the RE PostProcessor. > thanks so much > > -- > View this message in context: > http://www.nabble.com/Cookie-not-recognized-tp18142357p18142357.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

