RE: Overwriting a cookie in request header

2009-11-17 Thread Sinha, Ritu
Thanks Devin & Thomas. The 3 keys that define a unique cookie really helped understand the behavior. My module is working as expected now. --Ritu -Original Message- From: Devin Teske [mailto:dte...@vicor.com] Sent: Tuesday, November 17, 2009 10:36 AM To: Sinha, Ritu Cc: 

Overwriting a cookie in request header

2009-11-17 Thread Sinha, Ritu
I have an Apache module in which I am trying to overwrite the value of a cookie. I have tried different methods of the APR::Table without success. Here are the approaches that I have tried: [1] $r->headers_out->set("Set-Cookie", $cookie); Here, $cookie has the name=value pair with the name of th