On 02/08/06, jax <[EMAIL PROTECTED]> wrote:
Hi Everyone, I have trawled through this site (and others via google) and I can't the answer I'm looking for so am posting this question here. 1) I have a jsp page called setup.jsp. This checks for a cookie called 'username'. If it can't find it, then it redirects to login.jsp. 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). I have setup a HTTP Request Defaults and a HTTP Cookie Manager. My HTTP Request does a POST and has Redirect Automatically checked on and Follow Redirects checked on also. After Running the Thread Group, The Sampler Result contains: Thread Name: Thread Group 1-1 Sample Start: Tue Aug 01 16:42:32 PDT 2006 Load time: 16 HTTP response code: 200 HTTP response message: OK HTTP response headers: HTTP/1.1 200 OK Date: Tue, 01 Aug 2006 23:42:32 GMT Server: WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 with CR209251 Content-Length: 4009 Content-Type: text/html;charset=ISO-8859-1 Set-Cookie: JSESSIONID=EPmoLXWNcAHeeSaVzRf4zOwTOtQ3EOq8o81Xjwg5m7wTZqS6DD5L!-1729165304; path=/ And the Request contains POST http://localhost:7001/RAVEmanage/rm_login.jsp POST data: j_username=jleslie&j_password=summer1 [no cookies] Request Headers: AND I am redirected to the login.jsp page. Can someone please tell me what I am doing wrong?
Cookies are only sent back if: + There is a Cookie Manager in scope + The cookie matches the host and path Are you sure that the host that set the cookie is the same as the one that requires it? Are you using JMeter 2.2? [There were some substantial fixes to cookie handling in 2.2]
Thanks in advance, Jax. -- View this message in context: http://www.nabble.com/Another-JSP-Login-problem-tf2036939.html#a5605313 Sent from the JMeter - User forum 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]

