thank you. yes, it is under the header but what if I want to see it under
"cookies". is it possible with apache?

2017-09-29 5:38 GMT-07:00 Eric Covener <[email protected]>:

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

Reply via email to