Re: Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-26 Thread sharmila Renganathan
rote: > > > Look at the http samplers and make sure they are both using HTTP Client > > 4/3.1 or Java. > > בתאריך 2012 8 25 00:32, מאת "sharmila Renganathan" < > sharmila...@gmail.com > > >: > > > > > Hey Shmuel, > > > > > &g

Re: Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-24 Thread sharmila Renganathan
st (or you omitted it). Make sure the cookie manager is at the > top level of the thread group for the two samplers to share cookies. > > Also make sure you are using same http implimentation on both samplers. > > Shmuel. > בתאריך 2012 8 24 04:54, מאת "sharmila Rengana

Re: Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-23 Thread sharmila Renganathan
s > deepak > > On Thu, Aug 23, 2012 at 1:54 PM, sharmila Renganathan < > sharmila...@gmail.com > > wrote: > > > Hi, > > > > I have some 5 request in my testplan. > > I have added a Http cookie manager at the beginning. > > But when i observe in the 

Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-23 Thread sharmila Renganathan
Hi, I have some 5 request in my testplan. I have added a Http cookie manager at the beginning. But when i observe in the 'View results tree' listener, the jsession id is different for all the request. All my request are https.(Will that be the problem?) Can some one get a solution for this. I dono

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
Thu, Aug 23, 2012 at 12:51 PM, sharmila Renganathan > wrote: > > I could'nt find any difference between the jmeter and webload. > > Look harder because something is different... > > > Both are sending the same value. > > Sending? Is this an HTTP Post? or a simpl

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
I could'nt find any difference between the jmeter and webload. Both are sending the same value. All my requests are https request. Will that cause any problem? Regards, Sharmila R On Thu, Aug 23, 2012 at 12:16 PM, sebb wrote: > On 23 August 2012 16:38, sharmila Renganathan > wr

Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
Hi , My http request is getting failed with the Response code: 408 Response message: Request Timeout When i send the same request in Webload with the same values, am getting the proper response. I am using a value which is extracted from the previous request's response using regular expression e

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread sharmila Renganathan
corresponding parameter (where u enter ${var1}) Regards, Sharmila R On Thu, Aug 23, 2012 at 11:14 AM, madhu sekhar wrote: > Sharmila, > > What is extrcted value here? > > On Thu, Aug 23, 2012 at 8:42 PM, sharmila Renganathan < > sharmila...@gmail.com > > wrote: > > >

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread sharmila Renganathan
ed > > - Niraj > > On Thu, Aug 23, 2012 at 8:10 PM, sharmila Renganathan < > sharmila...@gmail.com > > wrote: > > > Hi, > > > > In a response data,i have a value 'net+work'.I am using regular > expression > > extractor and getti

Re: Need help regarding Unicode extraction while passing variable captured.

2012-08-23 Thread sharmila Renganathan
Hi, Even i am facing the same problem. In the response data,i have a value 'net+work'.I am using regular expression extractot and getting the value in the variable var1. When i use this variable in my next request, it is getting replaced as 'net%2Bwork' . When i analzed, %2B is the ascii value fo