Re: Website Login Issue

2012-03-14 Thread sebb
On 14 March 2012 19:17, Ryan wrote: > Well, the session id should be different since it is a different client > sending the request. The same thing would happen if you loaded a > session-aware page in two different browsers, they would each have their > own http session. Yes, of course the value

Re: Website Login Issue

2012-03-14 Thread Ryan
Well, the session id should be different since it is a different client sending the request. The same thing would happen if you loaded a session-aware page in two different browsers, they would each have their own http session. The initial loading of the login page is also the same between JMeter

Re: Website Login Issue

2012-03-14 Thread sebb
On 14 March 2012 17:55, Ryan wrote: > I've double checked the POST request headers and they are exactly the same. The sessionId is different; perhaps it encodes some state that is not the same for the two sessions? If so, there must be a difference in a previous request that led to this. The se

Re: Website Login Issue

2012-03-14 Thread Ryan
I've double checked the POST request headers and they are exactly the same. Browser: POST /login.aspx HTTP/1.1 Host: User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: e

Re: Website Login Issue

2012-03-14 Thread karl
you could compare the Requests from the browser with the requests by jmeter with a second jmeter with running proxy first session: browser -> jmeter-proxy -> server = testplan1 second session: jmeter1-with-testplan1 -> jmeter2-proxy -> server jmeter1 must use the jmeter2-proxy, start jmeter1 w

Re: Website Login Issue

2012-03-14 Thread sebb
On 14 March 2012 16:15, Ryan wrote: > Does anyone have any ideas on this? We're still having this issue. I've > made sure that the VIEWSTATE is captured, et cetera. Everything seems to be > in order but something still isn't happy. This is a really simple test > case, so I'm confused as to why it

Re: Website Login Issue

2012-03-14 Thread Ryan
Does anyone have any ideas on this? We're still having this issue. I've made sure that the VIEWSTATE is captured, et cetera. Everything seems to be in order but something still isn't happy. This is a really simple test case, so I'm confused as to why it isn't working. On Wed, Mar 7, 2012 at 5:12 P

Re: Website Login Issue

2012-03-07 Thread Ryan
The application doesn't use OAuth, so that does not apply here. Surely someone out there has an idea on how to get this to work? On Wed, Mar 7, 2012 at 3:43 PM, Shay Ginsbourg wrote: > 1. Should check the possibility of working with -> "JMeter OAuth Sampler". > > 2. Also, can download 30-days tr

Re: Website Login Issue

2012-03-07 Thread Shay Ginsbourg
1. Should check the possibility of working with -> "JMeter OAuth Sampler". 2. Also, can download 30-days trial free RADVIEW WEBLOAD -> record, replay, auto-correlate, and gain some new insight into your Jmeter script. Good luck! Shay On Wed, Mar 7, 2012 at 22:15, Ryan wrote: > I've double ch

Re: Website Login Issue

2012-03-07 Thread Ryan
I've double checked everything that the browser requests and all parameters match up with the JMeter http request configuration for the login action, including the ASP.Net parameters. I'm using JMeter 2.6, for the record. I've attached an image showing the request configuration, the actual request

Re: Website Login Issue

2012-03-05 Thread Deepak Shetty
your probably not extracting out the dynamic asp.net parameters (viewstate ,eventvalidation etc) otherwise compare what browser sends and receives. regards deepak On Mon, Mar 5, 2012 at 12:57 PM, Ryan wrote: > It's been a while since I've used JMeter and recently started using it > again to tes