I've got a Cookie Manager in my Thread Group - my login script wouldn't work without it. But the odd thing is, the cookie management seems to work until I get the first page of the site after login. All subsequent attempts to grab a page, even if the request is exactly like the first successful page get re-routed back to the login page.
It's as if the cookies are dropped. If I wanted to place a log statement somewhere that would print out what cookies are sent with a request, where would I place it? James On Sun, 2002-03-24 at 16:59, Janarthanan, Prasanna wrote: > I had the samw problem but u can solve this problem. > If u are using tomcat then just add HTTP cookie manager at the top of the > under ur thread group. > if u are using session using URL rewriting then u can use that technic .. > see the manual for URL rewriting. > > thanks > prassana > > > -----Original Message----- > From: James C. Clover [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 24, 2002 2:26 PM > To: JMeter User Mailing List > Subject: Lost authentication over SSL > > > I've got a test plan that logs into my server - I've worked out the > login script correctly. The odd thing that happens is that after the > first request that successfully retrieves a page after login, the second > and subsequent request get forward back to the login page, as if the > login cookies were dropped? > > I'm running 1.7 release with some commented out print statements that > another post stated caused a NullPointerException. > > Any ideas? > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

