On Dec 11, 2013, at 11:31 AM, Eric Covener <cove...@gmail.com> wrote:

> On Wed, Dec 11, 2013 at 1:27 PM, Allasso Travesser
> <allassopra...@gmail.com> 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: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to