https://bugs.internet2.edu/jira/browse/SSPCPP-327
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 21 Dec 2010 20:48:41 +0000 (20:48 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 21 Dec 2010 20:48:41 +0000 (20:48 +0000)
git-svn-id: https://svn.shibboleth.net/cpp-sp/branches/REL_2@3387 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/StorageServiceSessionCache.cpp

index d95a454..260f6fc 100644 (file)
@@ -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