I used HttpCookieManager element in testing of an application which stores session variables data. It worked. You can refer to the user manual for HttpCookieManager.
> -----Original Message----- > From: Joseph chowalloor [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 21, 2003 3:52 PM > To: JMeter Users List > Subject: Re: Jmeter -SESSION problem > > > But im not using Cookie in my code...I 'm storing some > objects in the session object.When try to retrieve it throws > null pointer exception since its a different session. Thanks Joseph > > ----- Original Message ----- > From: "S. Suhasini" <[EMAIL PROTECTED]> > To: "'JMeter Users List'" <[EMAIL PROTECTED]> > Sent: Tuesday, April 01, 2003 3:25 PM > Subject: RE: Jmeter -SESSION problem > > > > You can add HttpCookieManager config element to the Thread > Group. It > > will work. > > > > > -----Original Message----- > > > From: Joseph chowalloor [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, January 21, 2003 3:17 PM > > > To: [EMAIL PROTECTED] > > > Subject: Jmeter -SESSION problem > > > > > > > > > Hi > > > I'm using jmeter to test my J2ee application.The problem > im facing > > > is that each request is going have different session id .In the > > > application code there are instances where I use > > > session.getAttribute() that code wont work since each > request is of > > > different session id Is there any way to test the > application as if > > > from one browser session Regards Joseph > > > > > > > > > > --------------------------------------------------------------------- > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

