I need to set a cookie on every request, so I tried setting it in the model, but it never works. Setting it in controllers is no problem. I couldn't find any documentation on this- is this behavior expected?
If so, is there a way to ensure a cookie gets set on every request, short of setting it in each controller file? --