On 06/09/07, Daniel Rebei <[EMAIL PROTECTED]> wrote:
> Puhh, this was strange..
>
> I managed to fix it, by adding my usernames and passwords into a csv
> file, put them into a CSV Data Set Config and then add a HTTP-Auth
> Manager with username=${USER} and pass=${PASS} becuase multiple entries
> in http auth didn't work for me.The Auth Manager is only for server authentication, not form logins. There can be multiple entries, but they must be for different Base URLs, otherwise how does JMeter know which one to use? Are you really using server authentication? If so, then using variables (as you have done) is necessary. > Also I used no keep alive in the recording of the proxy. I don't know if > this made a effect, but it works with this config. So I just need to > save it and keep it :D > Thank you > > Daniel > > sebb wrote: > > Sounds like your application is broken - it should not require the > > user to close their browser. > > > > What happens if you use a browser to login/logout and login/logout > > without closing in between? > > > > You probably need to make sure that the logout does not have "Keep > > connection open" selected. > > > > On 06/09/07, Daniel Rebei <[EMAIL PROTECTED]> wrote: > >> Hi, > >> > >> I try to test the login process of our application and therefore I need > >> to simulate a Browser close and open. As far as I know I can delete the > >> Cookies, but this doesn't help in my case, because we don't save login > >> Information in cookies. > >> > >> So far I used the proxy to record a login and logout and replayed it. > >> This works if I try only one user. > >> But if I do the same with userA (login+logout) and then userB > >> (login+logout) the playback of the recording failes with userB. > >> > >> Any Ideas?? > >> > >> Thanks in advance > >> Daniel Rebei > >> -- > >> ________________________________________________ > >> clinIT AG > >> Firmensitz: Hornusstr. 16, 79108 Freiburg > >> Registergericht: Amtsgericht Freiburg, HRB 6752 > >> Vorstand: Dr. Manfred Köhler, Dr. Max Horneck > >> Vorsitzender des Aufsichtsrats: Dirk Rommel > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- > ________________________________________________ > clinIT AG > Firmensitz: Hornusstr. 16, 79108 Freiburg > Registergericht: Amtsgericht Freiburg, HRB 6752 > Vorstand: Dr. Manfred Köhler, Dr. Max Horneck > Vorsitzender des Aufsichtsrats: Dirk Rommel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

