summaryrefslogtreecommitdiffstats
path: root/ipsilon/util/sessions.py
Commit message (Collapse)AuthorAgeFilesLines
* Add simple SqlSession implementationSimo Sorce2014-11-121-0/+74
This allows us to store session data in the DB. This way session data can be shared by multiple servers behind a balancer. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>