regex matching on a cookie

Valentin V. Bartenev ne at vbart.ru
Mon Sep 3 16:23:36 UTC 2012


On Monday 03 September 2012 19:34:25 Harish Sundararaj wrote:
[...]
> However, I'm stuck at reading cookies (not sure how to read only :
> abc_cnv[1-5]). I understand it can be done using multiple ifs .
> But I'm sure there should be a better way than that.
> 
> Any pointers?
> 

http://nginx.org/en/docs/http/ngx_http_core_module.html#variables

$cookie_abc_cnv1, $cookie_abc_cnv2, $cookie_abc_cnv1...

 wbr, Valentin V. Bartenev



More information about the nginx mailing list