MCPcopy 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
75bool HttpSession::setMaxAge(time_t ttl)
76{
77 return session_.set_ttl(ttl, false);
78}
79
80bool HttpSession::invalidate()
81{

Callers 2

doPostMethod · 0.80
doPostMethod · 0.80

Calls 1

set_ttlMethod · 0.80

Tested by

no test coverage detected