Hi,

I am still struggling along with this. I have boiled it down to the below,
if I print to the log, cookies work, if not they don't. 

I looked up headers_in and read and reread about how this works, but I still
don't see any sensable reason why things should be working this way.


    $r->headers_in->do(sub { 
        $request->header(@_); 
        $r->log_error(@_);
    });


Thanks,


Eric 

Reply via email to