I just started using Siege to test load / stress on a new web server. I am trying to test my resource / performance, a heavy script, but the script requires cookies. What is the correct format for using the -header option in a siege?
I tried this with no luck:
siege --header = "Set-Cookie: PHPSESSID = - COOKIE--; iptoken = - COOKIE--" http://www.myurl.com/script.php ,
There is no documentation on this subject that I could find, so any ideas / suggestions would be appreciated.
Andrew
source share