does anyone have any experience with ab and sending multiple cookies ?

It appears to be chaining cookies together, ie:

I'm doing -C cookie1=value1 -C cookie2=value2

and im retreiving cookies with
CGI::Cookie->parse($r->header_in('Cookie'));
and foreaching %cookies and its doing something like

cookie1's value is 'value1%2C%20cookie2'...

any clues, the only bugs i've seen is someone saying ab didnt support
cookies, but that may have been an older message..

-- 
*********

Reply via email to