cloudflare / lua-resty-cookie

Lua library for HTTP cookie manipulations for OpenResty/ngx_lua
347 stars 160 forks source link

Somtimes I failed to get cookie in access_by_lua_file #36

Open Sagittarius opened 4 years ago

Sagittarius commented 4 years ago

Somtimes I failed to get cookie in access_by_lua_file dierective during some requests flow, but I can get cookie by ngx.var[cookie_key].

Is there anyone has this problem with me?