I've found some examples in these forums on how to "delete" cookies (setting the expires value to a time in the past). These mainly deal with examples on how to delete a specific cookie or a cookie that you know the name, value, path, and/or domain about.
Is there a way (in Javascript) to cycle through all cookies present [in the cookies directory] and "delete" them all?
Thanks,
Aaron Ploetz