Hi lipton_, Because not trying to draw the jessionid after HTTP Request where you login
Means, in the Regular Expression Extractor put JSESSIONID=(\w*);path=/member if the request is a Post and the session appear in the URL Good luck! Adrian -----Original Message----- From: lipton_ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 3:19 PM To: [email protected] Subject: jsession extraction Hi all, I'm trying to capture the jsessionid using the Regular Expression Extractor and have read through piles of posts so far, which have helped immensely. what do i have wrong? (all one line) Set-Cookie: JSESSIONID=c0a8007930d6d359551441da481da306955a818bca89.e34Kbh0OahqNe34MahaKah8Ma3b0.20; path=/member I have tried: Set-Cookie:\s+JSESSIONID=(.*?);\s+path=/member and many small variations of it, but still only get my default_value any help is awesome..i've spent a day on this so far thanks -- View this message in context: http://www.nabble.com/jsession-extraction-tf4693762.html#a13416315 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]

