When a new logout session is received, save old session ids
authorRob Crittenden <rcritten@redhat.com>
Thu, 26 Feb 2015 20:25:07 +0000 (15:25 -0500)
committerRob Crittenden <rcritten@redhat.com>
Mon, 23 Mar 2015 18:14:56 +0000 (14:14 -0400)
commitc84eaa4d5f44524ea37f8c2444cbd53520d75a0c
treef1e901e34d38a3b903c2b8cb60f264b037732144
parentcacb41e93b377496e77f824f4f1b0ce206da0bed
When a new logout session is received, save old session ids

When a new login session is received and an existing session
exists in logout, save the old session IDs.

These will be included in the sessions to logout of the SP.

This will ensure that if the user clears their cookie cache,
for example, that any previous sessions will also be logged
out.

https://fedorahosted.org/ipsilon/ticket/64

Signed-off-by: Rob Crittenden <rcritten@redhat.com>
ipsilon/providers/saml2/logout.py
ipsilon/providers/saml2/sessions.py