kennyw.com » IndigoKenny Wolf's Thoughts of the MomentControlling HTTP Cookies on a WCF Client- December 1, 2007 A few customers have tried to control their HTTP Cookie headers from a smart client (using a previously cached cookie for example). The common experience has been &8220;I enabled AllowCookies=true, and added the cookie using HttpRequestMessageProperty.Headers.Add. But somehow my cookie didn&8217;t get included in my request.&8221; This is because &8220;allowCookies&8221; is a somewhat unfortunate name. When ...http://kennyw.com/indigo/211 |