Re: [users@httpd] unable to set cookie in

2013-12-13 Thread Allasso Travesser
that works, thank you very much. On Dec 13, 2013, at 9:47 AM, Eric Covener wrote: > maybe r->err_headers_out if it will not be a 200 response? (401?) > > On Fri, Dec 13, 2013 at 9:56 AM, Allasso Travesser > wrote: >> Hello, >> >> I am attempting to extend auth_digest_module for 2.2. I am tr

Re: [users@httpd] unable to set cookie in

2013-12-13 Thread Eric Covener
maybe r->err_headers_out if it will not be a 200 response? (401?) On Fri, Dec 13, 2013 at 9:56 AM, Allasso Travesser wrote: > Hello, > > I am attempting to extend auth_digest_module for 2.2. I am trying to set a > cookie from a callback in the ap_hook_check_user_id hook, but the cookie does >

[users@httpd] unable to set cookie in

2013-12-13 Thread Allasso Travesser
Hello, I am attempting to extend auth_digest_module for 2.2. I am trying to set a cookie from a callback in the ap_hook_check_user_id hook, but the cookie does not get set. I am using this code for setting the cookie: static void setLowLevelInitCookie(request_rec *r) { apr_table_set(r->he