---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I search through the cookie array and find the first occurance of the cookie named "X". I then modify X's value by using x.setValue("xvalue"). If that is all I do, the cookie is not modified on my browser. Then if I do: response.addCookie(x); I will then have two X cookies!! What is the proper way to modify a cookie so the browser will know about it, with out creating duplicate cookies? -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]