On Fri, Sep 29, 2017 at 8:27 AM, eeadev dev <[email protected]> wrote: > I tried with this function > > apr_table_add(r->headers_out,"Set-Cookie","doodle=hello"); > > but I am not seeing the cookie I set when querying my website in chrome dev > tool under application->storage->Cookies >
Was it a 200 response? I'd suggest looking at the response headers rather than the stored cookies for debugging. -- Eric Covener [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
