what option did you select on the HTTP sampler? (Should not be redirect automatically). Plus you need to compare with the requests the browser makes (do you see switching in the browser as well? you need to identify where the difference is)
On Thu, May 24, 2012 at 11:09 AM, Vishal Patel <[email protected]> wrote: > There is no cookie being marked as secure cookies. But I will check it and > also redirects from server side. > > On Thu, May 24, 2012 at 11:25 PM, Deepak Shetty <[email protected]> wrote: > > > did you use follow redirects? (dont use redirect automatically) > > Also check if some cookies ar ebeing marked as secure cookies or > something > > > > On Thu, May 24, 2012 at 10:51 AM, Vishal Patel <[email protected]> > > wrote: > > > > > Its started failing as soon as we do just 3 simultaneous thread. > > > > > > We also observed on the serve side that it flip-flops(redirects) > between > > > "https" & "http". Can that be a issue of invalidating JSession? > > > > > > On Thu, May 24, 2012 at 11:15 PM, sebb <[email protected]> wrote: > > > > > > > On 24 May 2012 18:41, Vishal Patel <[email protected]> wrote: > > > > > I have tested in all of them. It fails on all. > > > > > > > > In that case, I suspect that the server is having problems handling > > > > the extra load imposed by SSL. > > > > > > > > Check the server logs. > > > > > > > > > On Thu, May 24, 2012 at 11:00 PM, sebb <[email protected]> wrote: > > > > > > > > > >> On 24 May 2012 18:27, Vishal Patel <[email protected]> wrote: > > > > >> > Thanks for you consideration. > > > > >> > > > > > >> > JMeter version: 2.6 > > > > >> > Java version: 1.6.0_31 > > > > >> > Sampler: HTTP Request > > > > >> > > > > >> Yes, but which implementation of the HTTP Request? > > > > >> > > > > >> Java, HC3.1 or HC4 ? > > > > >> > > > > >> > Here is the structure of the Test: > > > > >> > Test Plan > > > > >> > > Thread Group > > > > >> > > CSV Data Set > > > > >> > > HTTP Cookie Manager > > > > >> > > HTTP Request Defaults > > > > >> > > Simple Controller > > > > >> > > HTTP Request > > > > >> > > HTTP Request > > > > >> > > HTTP Request > > > > >> > .... > > > > >> > > HTTP Request > > > > >> > > > > > >> > > > > > >> > Thanks, > > > > >> > Vishal. > > > > >> > > > > > >> > On Thu, May 24, 2012 at 10:50 PM, sebb <[email protected]> > wrote: > > > > >> > > > > > >> >> On 23 May 2012 07:26, Vishal Patel <[email protected]> > wrote: > > > > >> >> > Hi, > > > > >> >> > > > > > >> >> > I am using JMeter script to run 100+ threads on HTTP > > environment > > > > and > > > > >> >> > works like charm. As soon as I move test script to point > > > identical > > > > >> >> > HTTPS environment, it starts invalidating sessions just after > > 3+ > > > > >> >> > simultaneous threads. > > > > >> >> > > > > > >> >> > Here is the config. > > > > >> >> > - Cookie Manager: clearing cookie on each iteration. > > > > >> >> > - Cookie Manger: compatibility policy (Have tried all the > > > > >> combination.) > > > > >> >> > - Protocol: https, Port: 443 > > > > >> >> > - Reading dynamic login information from CSV config data. > > > > >> >> > > > > >> >> JMeter version? > > > > >> >> Java version? > > > > >> >> > > > > >> >> Which HTTP Sampler are you using? > > > > >> >> > > > > >> >> > > > > > >> >> > Apart from HTTP vs HTTPS there is no difference at all > between > > > both > > > > >> >> > the environments. > > > > >> >> > > > > >> >> > > > --------------------------------------------------------------------- > > > > >> >> To unsubscribe, e-mail: [email protected] > > > > >> >> For additional commands, e-mail: [email protected] > > > > >> >> > > > > >> >> > > > > >> > > > > > >> > > > > > >> > -- > > > > >> > > > > > >> > Thanks, > > > > >> > Vishal. > > > > >> > > > > >> > > --------------------------------------------------------------------- > > > > >> To unsubscribe, e-mail: [email protected] > > > > >> For additional commands, e-mail: [email protected] > > > > >> > > > > >> > > > > > > > > > > > > > > > -- > > > > > > > > > > Thanks, > > > > > Vishal. > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [email protected] > > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > > > > > > -- > > > > > > Thanks, > > > Vishal. > > > > > > > > > -- > > Thanks, > Vishal. >
