Zeb Palmer
Results
2
issues of
Zeb Palmer
As currently implemented, flask session will add the set-cookie header to every request including static files, etc. this prevents most standard caching setups. We should call `self.should_set_cookie()` to determine if...
I removed the local xml cache implementation in 0.1.0 as it needed some TLC, it will be replaced in the next version with a sqlite cache. this issue tracks that...
enhancement