On Dec 11, 2013, at 11:31 AM, Eric Covener <[email protected]> wrote:

> On Wed, Dec 11, 2013 at 1:27 PM, Allasso Travesser
> <[email protected]> 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”.

thanks, that makes sense — unfortunately it didn’t work…  :-(



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to