Reputation: 42093
I want to check whether or not a cookie is set with every page load in Pylons. Where's the best place to put this logic? Thanks!
Upvotes: 1
Views: 116
Reputation: 2736
You can modify __call__ function in BaseController.