Hi,

I am trying to configure caching on my site, but it does not seem to work. 
As soon as I use the cache.action decorator, such as:

@cache.action(time_expire=0,cache_model=cache.ram)

for any action in the controller, I get an exception thrown with:

*'session_' local variable referenced before assignment*

It works with *cache_model=None*, but this is not exactly what I want.... 

web2py version:

2.12.3-stable+timestamp.2015.08.19.00.18.03
(Running on nginx/1.4.6, Python 2.7.6)

Any thoughts on this?

Regards,
Krzysztof.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to