I am using TinyGet to stress test a website and monitor the W3WC process memory. The command I am using is as follows:
"C:\Program Files\IIS Resources\TinyGet\tinyget.exe" -a:ntlm -m:domainname -u:TestUser -p:TestPassword -srv:localhost -uri:/TestWebsite/TestWebPage.aspx -threads:2 -loop:10
This command works. However, TestWebPage.aspx is passed session variables from the previous page. Is there a way to simulate session variables in TinyGet?