https://issues.shibboleth.net/jira/browse/SSPCPP-327
authorScott Cantor <cantor.2@osu.edu>
Fri, 17 Dec 2010 19:33:20 +0000 (19:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 17 Dec 2010 19:33:20 +0000 (19:33 +0000)
shibsp/impl/StorageServiceSessionCache.cpp

index 3641be9..d95a454 100644 (file)
@@ -143,7 +143,7 @@ namespace shibsp {
             // This can either be static, or dynamic based on the per-app session timeout.
             if (m_cacheTimeout)
                 return m_cacheTimeout;
-            pair<bool,unsigned int> timeout;
+            pair<bool,unsigned int> timeout = pair<bool,unsigned int>(false, 3600);
             const PropertySet* props = app.getPropertySet("Sessions");
             if (props) {
                 timeout = props->getUnsignedInt("timeout");