Thanks, let me try this....sounds good Deepak Shetty wrote: > > A logged in user is identified by a cookie normally. A cookie is scoped to > a > thread in JMeter, hence number of concurrent logged in users = number of > threads in thread group (usually) > You must have as many threads as the number of users you expect to be > logged > in concurrently. > > regards > deepak > > On Wed, Jun 9, 2010 at 1:35 PM, virkenator <[email protected]> wrote: > >> >> hello deepak, >> >> Yes i am using looping for CSV....the script is successfully reading >> through >> CSV file....all the users are being logged in...but the previous users >> does >> not appear logged in on the database....meaning when QA4 loggs in and >> then >> QA5 loggs in...the database should show both logged in bt only shows QA5 >> logged in >> >> Deepak Shetty wrote: >> > >> > you should be able to support as many users as you have threads. are >> you >> > single threading your thread group and looping over CSV? >> > >> > >> > On Wed, Jun 9, 2010 at 1:24 PM, virkenator <[email protected]> >> wrote: >> > >> >> >> >> Hi, >> >> >> >> I am using jmeter script to login multiple users. I am using CSV data >> >> config, which has CSV file containing the username and password for >> >> various >> >> users. >> >> The problem is I am able to log in all the users one by one through >> the >> >> script, but when I check my database, it shows that only one user in >> >> logging >> >> in and the username keeps changing i.e when QA4 loggs in and after >> that >> >> QA5 >> >> loggs in, only QA5 appears logged in. I want all the user to be logged >> in >> >> and stay logged in unless logged out. Plzz help. >> >> >> >> >> >> -- >> >> View this message in context: >> >> http://old.nabble.com/Multiple-login-issue-tp28835414p28835414.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] >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> http://old.nabble.com/Multiple-login-issue-tp28835414p28835535.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] >> >> > >
-- View this message in context: http://old.nabble.com/Multiple-login-issue-tp28835414p28835683.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]

