jax wrote: > 2) login.jsp takes a username and password and submits to setup.jsp. Before > the 'submit' occurs, a bit of javascript adds 'username' to the cookie with > the value of what is entered by the user. Once submitted, setup.jsp will > redirect to home.jsp (which requires that there is a username cookie > present). >
Remember jmeter doesn't behave like a full browser... if you're adding 'username' to the cookie with javascript i think that wouldn't work on jmeter. That's why you're always at login.jsp, the cookie never contains 'username', or i think so :D... Regards Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

