I'm using websphere server. I added HttpCookieManager without setting cookie name and now im getting the same session_id for all request. But session.getAttribute still throws exception.(the code works fine when accessed through a web browser) Regards, Joseph
----- Original Message ----- From: "S. Suhasini" <[EMAIL PROTECTED]> To: "'JMeter Users List'" <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 5:09 PM Subject: RE: Jmeter -SESSION problem > I have just added HttpCookieManager element and did not set any > cookiename. It automatically stored the cookiename. > > > -----Original Message----- > > From: Wolfram Rittmeyer [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, April 01, 2003 4:45 PM > > To: 'JMeter Users List' > > Subject: AW: Jmeter -SESSION problem > > > > > > There are two ways how a servlet-container can deal with > > HttpSessions: The one way is to transfer a cookie with each > > request (you do not have to programm this, this is the > > default behaviour of at least most of the > > JSP-/Servlet-Containers) or you have to use URL-Rewriting > > which needs additional programming but has the advantage of > > not relying on cookies on the client-side. > > > > Therefore it is highly probable that you are using cookies as > > a means to deal with cookies. For the CookieyManager to work > > properly you have to know the cooky-name. Tomcat and JRun use > > "jsessionid" as the name of the cooky by default. You should > > try with this one in the CookyManager. > > > > Greetings, > > > > Wolfram > > > > > --------------------------------------------------------------------- > 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]

