Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ setMaxAge
Method
setMaxAge
lib_acl_cpp/src/http/HttpSession.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
bool HttpSession::setMaxAge(time_t ttl)
76
{
77
return session_.set_ttl(ttl, false);
78
}
79
80
bool HttpSession::invalidate()
81
{
Callers
2
doPost
Method · 0.80
doPost
Method · 0.80
Calls
1
set_ttl
Method · 0.80
Tested by
no test coverage detected