On 1/8/21 6:23 PM, Yann Ylavic wrote:
I'm not a Lua coder but wouldn't (something like) this here:

                   local cookie_in = r.headers_in['Cookie']
                   if cookie_in ~= nil then
                     cookie_in = cookie_in .. "; key=value"
                   else
                     cookie_in = "key=value"
                   end
                   r.headers_in['Cookie'] = cookie_in

work?

Hi Yann,

Seems our posts crossed each other. That's pretty much exactly what I
ended up doing indeed, and it works.

Thank you for looking into it and providing feedback!

Cheers,

Gerry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to