On 15 March 2016 at 14:30, Dave Newton <[email protected]> wrote:
> Over and over people have said/asked if you are using cookies in jMeter.
> Without them and server-side support for not having them, you don't have
> user sessions. Not sure what else to say.

Indeed.

The server sees a request from a client. It does not see the client.

Unless there is something in the request that identifies the session -
e.g. a cookie or a unique URL parameter - the request cannot reliably
be associated with a session.

==

Note that IP address is useless as a session identifier as IP
addresses will be shared between different logins on a multi-user
system (remember those?) as well as multiple hosts behind NAT.
Or even multiple browsers on the same host.

So if that is what the server is using to identify sessions, no wonder
JMeter can login multiple times.

The most one can assume is: if two different requests have different
IPs then they are different sessions - probably, because if the host
is multi-homed that might not be true.
Don't rely on IP address.

> On Tue, Mar 15, 2016 at 10:16 AM, Vikash kumar <[email protected]
>> wrote:
>
>> Hi All,
>>
>> I've attached the 3 screen shots which shows that the users are getting
>> the same response from the server using the same user credentials. Instead
>> of throwing error it's showing the same response data to all the users. How
>> is this possible i literally believe this is a bug as my system allow one
>> user to login once at a time and the Jmeter is showing 3 same responses
>> using the same user credentials logged in simultaneously.
>>
>> Regards,
>> Vikash
>>
>>
>> On Mon, Mar 14, 2016 at 9:26 PM, Dave Newton <[email protected]>
>> wrote:
>>
>>> Do you have cookies/sessions enabled?
>>>
>>> On Mon, Mar 14, 2016 at 10:57 AM, Vikash kumar <
>>> [email protected]
>>> > wrote:
>>>
>>> > Hi All,
>>> >
>>> > I m having a critical doubt/issue in Jmeter, can you help me with the
>>> same.
>>> > "My Application allows only one user to login/perform any operation at a
>>> > time but jmeter is able to do the same process/request multiple times
>>> > without throwing any error using same user credential simultaneously.
>>> I've
>>> > used record and play function of Jmeter and it is able to do the same
>>> > request multiple times without throwing any error which is an issue i
>>> > guess. I have used multiple users in my thread group that's why it is
>>> doing
>>> > same request multiple time but this opeartion using jmeter should have
>>> > shown in red or failed  as my application support  one user can user can
>>> > perform any operation at one time not simultaneoulsly"
>>> >
>>> >
>>> > I will be really thankful if you can reply me asap.
>>> >
>>> > Thanks,
>>> > Vikash
>>> >
>>>
>>>
>>>
>>> --
>>> e: [email protected]
>>> m: 908-380-8699
>>> s: davelnewton_skype
>>> t: @dave_newton <https://twitter.com/dave_newton>
>>> b: Bucky Bits <http://buckybits.blogspot.com/>
>>> g: davelnewton <https://github.com/davelnewton>
>>> so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>
>>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
>
> --
> e: [email protected]
> m: 908-380-8699
> s: davelnewton_skype
> t: @dave_newton <https://twitter.com/dave_newton>
> b: Bucky Bits <http://buckybits.blogspot.com/>
> g: davelnewton <https://github.com/davelnewton>
> so: Dave Newton <http://stackoverflow.com/users/438992/dave-newton>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to