hi
first using livehttpheaders on firefox check what your browser sends , what
it gets returned , how your app manages session ids etc - url or cookie,
whether any additional tokens are passed. Once you have understood it then
compare with what you are doing in Jmeter. , using View Results tree you can
check what data /cookies are being sent.
so a. You need to verify that pages that you request , you are sending the
correct session id  and not some recorded one .
b. You need to verify that your login was indeed successful ... you need to
check that th request that does the actual login did not get any error
(you'll need to compare what your browser sends on success)

regards
deepak

On Mon, Aug 31, 2009 at 4:45 PM, vijay1507 <[email protected]> wrote:

>
> Hi Deepak,
>
>  Thanks for your reply ,I have been searching the forum all day  , tried
> cookie manager and HTTP Authorization Manager  and Login Config Element but
> could not proceed
>
> Please help me !!!
> --
> View this message in context:
> http://www.nabble.com/Jmeter-Login-page-tp25231798p25232189.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]
>
>

Reply via email to