Move session cookie management into session cache.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 26 Nov 2007 06:50:17 +0000 (06:50 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 26 Nov 2007 06:50:17 +0000 (06:50 +0000)
commiteae1fe1d3c2240c2205eedd47b507e07d2f09d25
treee6bcd098f8e940ba747a3db34e6dcb3ff9251b0f
parent886e53e836623f7066f1a51b989c8b47dbb4568d
Move session cookie management into session cache.
Fully remote more handlers to provide access to session cookie.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2637 cb58f699-b61c-0410-a6fe-9272a202ed29
20 files changed:
adfs/adfs.cpp
shibsp/AbstractSPRequest.cpp
shibsp/SessionCache.h
shibsp/handler/AbstractHandler.h
shibsp/handler/AssertionConsumerService.h
shibsp/handler/impl/AbstractHandler.cpp
shibsp/handler/impl/AssertionConsumerService.cpp
shibsp/handler/impl/AssertionLookup.cpp
shibsp/handler/impl/LocalLogoutInitiator.cpp
shibsp/handler/impl/SAML1Consumer.cpp
shibsp/handler/impl/SAML2Consumer.cpp
shibsp/handler/impl/SAML2Logout.cpp
shibsp/handler/impl/SAML2LogoutInitiator.cpp
shibsp/handler/impl/SAML2NameIDMgmt.cpp
shibsp/handler/impl/SAML2SessionInitiator.cpp
shibsp/handler/impl/SAMLDSSessionInitiator.cpp
shibsp/handler/impl/Shib1SessionInitiator.cpp
shibsp/handler/impl/WAYFSessionInitiator.cpp
shibsp/impl/StorageServiceSessionCache.cpp
util/resolvertest.cpp