summaryrefslogtreecommitdiffabout
path: root/include/kingate/cookies.h
authorMichael Krelin <hacker@klever.net>2010-07-11 12:18:29 (UTC)
committer Michael Krelin <hacker@klever.net>2010-07-11 12:18:29 (UTC)
commitf2a426f8b215c396f2430a98b2929668398f3a51 (patch) (side-by-side diff)
treeabc8795c9480429e0ca381ea49ff4bb04aafee12 /include/kingate/cookies.h
parent82ebada6676dcea2d08e14b81365da3ca30c3dd0 (diff)
downloadkingate-f2a426f8b215c396f2430a98b2929668398f3a51.zip
kingate-f2a426f8b215c396f2430a98b2929668398f3a51.tar.gz
kingate-f2a426f8b215c396f2430a98b2929668398f3a51.tar.bz2
cookie: time-based set_expires variants
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'include/kingate/cookies.h') (more/less context) (ignore whitespace changes)
-rw-r--r--include/kingate/cookies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kingate/cookies.h b/include/kingate/cookies.h
index a1e813c..cba5aff 100644
--- a/include/kingate/cookies.h
+++ b/include/kingate/cookies.h
@@ -96,6 +96,8 @@ namespace kingate {
* @see unset_expires()
*/
void set_expires(const string& e);
+ void set_expires_time(time_t etime);
+ void set_expires_in(time_t esecs);
/**
* get cookie parameter.