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
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
>
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