Hi all,
  I've been getting problems with Session ID's.

  I've added a HTTP cookie manager, which seems to have resolved most of my
problems, but [EMAIL PROTECTED] come across an instance where the session ID is 
not being
passed correctly to the URL.

  ie
   GET request #1: 
        GET http://localhost:8080/welcome.do?action=form
 
        Cookie Data:
        JSESSIONID=195374BBEEE86BB9633B1CF93B48A03C

        Request Headers:
        Connection: keep-alive

  but on the next page
   POST request #1:

   POST
http://localhost:8080/gate.do;jsessionid=927141B2B85E34E8F586B1FEC7CED71C?action=index

   POST data:
   Name=MyName&Password=pass

   Cookie Data:
   JSESSIONID=195374BBEEE86BB9633B1CF93B48A03C

   Request Headers:
   Connection: keep-alive
   Content-Length: 294
   Content-Type: application/x-www-form-urlencoded

>From here, you can see the cookie has the same session ID for both requests,
except for the post, the url passed is incorrect.

  am i missing something simple here? I'm very new to JMeter it has to be
said.

Rgds,
Chris
-- 
View this message in context: 
http://www.nabble.com/Session-ID-changes-for-a-POST-request-tp19107615p19107615.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]

Reply via email to