From 057efcc5f00c966724162499bc9ac75a4ba30826 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 21 Dec 2010 20:48:41 +0000 Subject: [PATCH] https://issues.shibboleth.net/jira/browse/SSPCPP-327 --- shibsp/impl/StorageServiceSessionCache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shibsp/impl/StorageServiceSessionCache.cpp b/shibsp/impl/StorageServiceSessionCache.cpp index d95a454..260f6fc 100644 --- a/shibsp/impl/StorageServiceSessionCache.cpp +++ b/shibsp/impl/StorageServiceSessionCache.cpp @@ -407,6 +407,7 @@ void StoredSession::validate(const Application& app, const char* client_addr, ti in.structure(); in.addmember("key").string(getID()); in.addmember("version").integer(m_obj["version"].integer()); + in.addmember("application_id").string(app.getId()); if (*timeout) { // On 64-bit Windows, time_t doesn't fit in a long, so I'm using ISO timestamps. #ifndef HAVE_GMTIME_R -- 2.1.4