Is there any tool that will replay combined access.log-style (or any other format) files back and preserve the cookies?
We need to load test our application with real user accesses but we really need those cookies there. I evaluated JMeter (won't work, you can enable a cookie jar but not read cookies from the log), httperf (also simulates cookie jar), siege (same) and I am stuck.
There are plenty of other tools out there but I couldn't find any that would send cookies along.
It's not exactly rocket science to script this.
But it rather presupposes that:
you've logged the relevant cookies
there are no POSTs on the site
there is no session fixation protection on the site
indeed, that the session management is very, very crude.
libcurl supports setting cookies explicitly before the call