Thank you Massimo. Would you be so kind as to point me in the direction of where I could learn to do that with web2py?
Are there any security implications? I would imagine the digitally signing takes care of that. Is that done with that secure cookies post from a while back? -David On Sep 14, 11:11 pm, Massimo Di Pierro <massimo.dipie...@gmail.com> wrote: > Not yet. Sessons for now go in filesystem or db only, they cannot go > on cache. > > Actually, I would digitally sign sessions and store them client-side > than store them in cache. > > massimo > > On Sep 14, 7:49 pm, TheSweetlink <yanosh...@gmail.com> wrote: > > > I would love to be able to stick sessions in Redis. > > > Is that a possibility with redis_cache.py? > > > I tried it but was unable to get it to work. MEMDB complained about > > <type 'exceptions.AttributeError'>('RedisClient' object has no > > attribute 'incr') > > > If I use redis-py from pip as a plain cache I am able to incr values > > so I have no idea why that's the failure. > > > Versions > > web2py: trunk > > nginx: 1.0.6 > > uWSGI: 0.9.9.2 > > Redis: 2.4.0-rc7 > > > Please see the following paste for model and more verbose error > > junk.http://paste.pocoo.org/show/476195/ > > > Thank you in advance for your help and thank you all for your work on > > the upcoming release. > > > -David Bloom > >