On Wed, Dec 11, 2013 at 1:27 PM, Allasso Travesser <allassopraise@xxxxxxxxx> wrote: > Hello, > > I am attempting to write a cookie, then retrieve it later. I am doing this in a handler, using simple code found from (sparse) information I have gathered from google searches: > > apr_table_set(r->headers_out, "Set-Cookie", "value"); > char* cookie = apr_table_get(r->headers_in, "Set-Cookie"); When it comes back, it's a "Cookie" not a "Set-Cookie". --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx