I've run into a bit of a brick wall with my issue. We have an issue where we need to modify the cookies specifically for search bots. From my understanding mod_rewrite has the ability to create/set cookies, not modify existing ones. It seems the modification function is found in mod_headers. However, mod_headers seems to have no conditional match options so we could have it only apply to specific user agents. Has anyone run into this before and if so were you able to come up with a solution? Thanks