[cpp-sp] branch main updated: Add touch parameter to cache read operation.

Codeberg noreply at shibboleth.net
Wed Sep 16 19:36:55 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/08986fcc267c7bf772760ef44e7082ae1581f85f

The following commit(s) were added to refs/heads/main by this push:
     new 08986fcc Add touch parameter to cache read operation.
08986fcc is described below

commit 08986fcc267c7bf772760ef44e7082ae1581f85f
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Sep 16 15:36:40 2026 -0400

    Add touch parameter to cache read operation.
---
 shibsp/session/impl/StorageServiceSessionCache.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/shibsp/session/impl/StorageServiceSessionCache.cpp b/shibsp/session/impl/StorageServiceSessionCache.cpp
index 3bd0b72d..3a46f57b 100644
--- a/shibsp/session/impl/StorageServiceSessionCache.cpp
+++ b/shibsp/session/impl/StorageServiceSessionCache.cpp
@@ -141,6 +141,9 @@ DDF StorageServiceSessionCache::cache_read(
     if (timeout) {
         in.addmember("timeout").integer(timeout);
     }
+    if (request) {
+        in.addmember("touch").integer(0L);
+    }
 
     DDF out;
     try {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list