Hello,
You can try beaker
http://beaker.readthedocs.org/en/latest/
Never used it personally but have heard praises for it especially from
the WSGI lovers.
Martin.
On 1/30/13, Kenny Rachuonyo <
krm...@gmail.com> wrote:
> Hello everyone,
>
> Does anyone know a good pure python session framework for storing user
> session information?
>
> I need it for an app on Google appengine without that doesn't use the
> inbuilt users API. I'm using a minimalist web framework,
> web.py<
http://webpy.org/>,
> but the included session framework works with the common DBs such as mysql
> and postgres. I can extend it to use appengine's datastore but I would also
> like to try avoid hitting the DB for every session request, and you can't
> store data on the filesystem on appengine
>
> I've thought of caching the session info using memcached but you lose
> everything whenever it is flushed. Is this a good approach?
> --
>
http://keyboardinterrupt.blogspot.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Nairobi Python Users Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
naipug+un...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>
>