bungle / lua-resty-session

Session library for OpenResty – flexible and secure
BSD 2-Clause "Simplified" License
320 stars 111 forks source link

lose ngx.var[cookie_name] #43

Closed chengfangang closed 7 years ago

chengfangang commented 7 years ago

Hi, I met a issue. I found cookie will lose when nginx redirect . For example , GET / HTTP/1.1 just redirect to /index.html. cookie in var[concat(n)] (session.lua function getcookie) will lose, this drives me crazy. Can you help me.

chengfangang commented 7 years ago

It is my falut, Thanks any way.