Add simple SqlSession implementation
authorSimo Sorce <simo@redhat.com>
Mon, 10 Nov 2014 19:57:53 +0000 (14:57 -0500)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Wed, 12 Nov 2014 22:46:52 +0000 (23:46 +0100)
commit5e0b9747121eab67c5a3ee3bb42a677e35da7fd6
treec93728a60d98385637c9dc82f05fa46fdf858e8f
parent0087ad1e0824b4b1c49ce1468bfbb2e492ac7992
Add simple SqlSession implementation

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>
ipsilon/install/ipsilon-server-install
ipsilon/ipsilon
ipsilon/util/sessions.py [new file with mode: 0755]
quickrun.py
templates/install/ipsilon.conf
tests/helpers/common.py
tests/pgdb.py