On 30/01/2009, TSurendar <[email protected]> wrote: > > Hi, > > For logging into my application it displays a dialogue box for login > details, i used HTTP Authorization Manager for this which is working fine. > without this auth mangaer it throws "HTTP Status 401 - An Authentication > object was not found in the SecurityContext" error.
The Auth Manager is only used for server-defined security. As far as I know, there's no need to logout when using such security; you just have to provide the credentials whenever you access a page that is secured. > The logout request is showing 2 samplers when i see in "View results in the > tree". One of those samplers is throwing this "HTTP Status 401 - An > Authentication object was not found in the SecurityContext" error. i tried > adding Auth manager for this request as a child but it is not working. Why are there two logout samplers? Why not just delete the one that is causing the error? > please reply me if any one know the solution. That very much depends on how your application is set up. But often adding a Cookie Manager helps, as often cookies are used to track logins. > -- > View this message in context: > http://www.nabble.com/reg-auth-manager-tp21742486p21742486.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

