Re: AW: TCP session

2005-07-21 Thread srikanth peddireddy
i think Zohar is not talking about HTTP sessions. he wants to test a scenario where number of clients connect to a server via a TCP connection (socket) and keep on doing some action over that socket connection(like requesting some data) and server will respond with some other data. I too need to

AW: TCP session

2005-07-20 Thread Christian Baumgartner
Maybe you want to use the URL REWRITE MODIFIER that stores the session ID and replaces it in every request. (if you use session id in you r URL.. Else there is the posibility to use the cookie manager that fetches the cookies, and you can use them as normal variables for assertions .. Maybe you s