Hi, I want to perform a Log replay as is. The scenario is as follows User1: login.jsp .........................(1) User1: show_books.jsp User2: login.jsp ..........................(2) User1: buy_book.jsp User2: myAccount.jsp User1: logout.jsp User2: logout.jsp
How can I do for preserving the execution order without losing the SessionID for each User? I try using a CookieManager but this works for all the HTTPRequest, The CookieManager doesn't distinguish the login.jsp (1) from the login.jsp (2). If I put each User in one separate thread then the concurrent execution could change the execution order that I want to preserve. Thanks in advance. -- View this message in context: http://www.nabble.com/Log-replay-and-user-session-tp21595965p21595965.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]

