[cpp-sp] branch main updated: ..and correct touch parameter to cache read operation.
Codeberg
noreply at shibboleth.net
Wed Sep 16 19:41:49 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/b076fd0c0089824b01f519fe1ad75a0052b57177
The following commit(s) were added to refs/heads/main by this push:
new b076fd0c ..and correct touch parameter to cache read operation.
b076fd0c is described below
commit b076fd0c0089824b01f519fe1ad75a0052b57177
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Sep 16 15:41:38 2026 -0400
..and correct touch parameter to cache read operation.
---
shibsp/session/impl/StorageServiceSessionCache.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/session/impl/StorageServiceSessionCache.cpp b/shibsp/session/impl/StorageServiceSessionCache.cpp
index 3a46f57b..9093f7fd 100644
--- a/shibsp/session/impl/StorageServiceSessionCache.cpp
+++ b/shibsp/session/impl/StorageServiceSessionCache.cpp
@@ -142,7 +142,7 @@ DDF StorageServiceSessionCache::cache_read(
in.addmember("timeout").integer(timeout);
}
if (request) {
- in.addmember("touch").integer(0L);
+ in.addmember("touch").integer(1);
}
DDF out;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list