On 2012-04-22 22:51, Ben Corneau wrote:
> The two built in Session Storage objects are DiskStore and DBStore, however
> web.py makes it easy to use a custom session store.  Writing a Memcache
> backed session store class is very straight forward.  If you want to keep
> your sessions in memory I would highly recommend this approach.

A memory session object (however, not memcache) has been posted
to this list by Michele Petrazzo in 2008:

http://groups.google.com/group/webpy/browse_thread/thread/5e1c36fd6bd43900

I use it since some years and it works well for me. I would like
to see this code in web.py.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to