ensnare
ensnare

Reputation: 42093

Pylons check for cookie on every page load

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

Answers (1)

Yaroslav
Yaroslav

Reputation: 2736

You can modify __call__ function in BaseController.

Upvotes: 1

Related Questions