The "manage cookies" dialog indicates that multiple cookies can be defined with a single cookie entry by separating them with semicolons (e.g. _cfuid=value; Secure; ...).
However, only the first cookie specified in an entry is actually sent with requests. (Notice above how cookies "a" and "b" are specified but then below that only "a" is sent.)
Any way this could be fixed so that all specified cookies are sent?
Hello,
The "manage cookies" dialog indicates that multiple cookies can be defined with a single cookie entry by separating them with semicolons (e.g.
_cfuid=value; Secure; ...
).However, only the first cookie specified in an entry is actually sent with requests. (Notice above how cookies "a" and "b" are specified but then below that only "a" is sent.)
Any way this could be fixed so that all specified cookies are sent?
Thanks, Ben