tags:

views:

54

answers:

1

Hi -- 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!

+1  A: 

You can modify __call__ function in BaseController.

Yaroslav