Re: [Freeipa-devel] [PATCH 60] Implement session support in server, Manage sessions in WSGI

2012-01-23 Thread John Dennis
This patch is self NAK'ed because it's contents have been rolled into the rebased patch freeipa-jdennis-0061-1-add-session-manager-and-cache-krb-auth.patch -- John Dennis Looking to carve out IT costs? www.redhat.com/carveoutcosts/ ___ Freeipa-deve

Re: [Freeipa-devel] [PATCH 60] Implement session support in server, Manage sessions in WSGI

2012-01-12 Thread John Dennis
On 01/12/2012 05:37 PM, Rob Crittenden wrote: John Dennis wrote: This patch adds the ipalib/session.py file which implements a cookie based session cache using memcached. It also invokes the session cookie support when a HTTP request is received and stores the session data in the per-thread con

Re: [Freeipa-devel] [PATCH 60] Implement session support in server, Manage sessions in WSGI

2012-01-12 Thread Rob Crittenden
John Dennis wrote: This patch adds the ipalib/session.py file which implements a cookie based session cache using memcached. It also invokes the session cookie support when a HTTP request is received and stores the session data in the per-thread context object. ACK. It might be handy to have

[Freeipa-devel] [PATCH 60] Implement session support in server, Manage sessions in WSGI

2011-12-14 Thread John Dennis
This patch adds the ipalib/session.py file which implements a cookie based session cache using memcached. It also invokes the session cookie support when a HTTP request is received and stores the session data in the per-thread context object. -- John Dennis Looking to carve out IT costs? ww