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.