Hi,
What is the basic difference between a module and filter?
When developing a new module/filter, when should I use a filter and when should I use a module.
I want to set a new cookie if one does not exist. The example modules given on nginx use a "filter".
Why use a filter when a module can do the same task ?
~ s