Information may be Out-of-Date
This page about deprecated software versions is shown for
reference purposes only. Information on this page is not
maintained and may no longer be valid.
Please find the latest manual for Webserver Stress Tool here:
Using Tokens
Using Tokens
Some servers generate a session ID when a user logs into a site that has to be placed into all subsequent URLs. You do this with Webserver Stress Tool by placing the token into the HTML code of the page following the login (or anywhere else) using the following code:
<!--TOKENyoursessionidhereTOKEN-->
Any code inside a HTML page between “<!--TOKEN” and “TOKEN-->” is stored for each user indiviually and can be resent in the next URL(s) or POSTDATA by using the placeholder @@@.