chiark / gitweb /
server side support for cookies, basic tests
[disorder] / lib / configuration.h
index 02c953a83fca8e8a7bc99a701b41074440fa76f9..eb028b05105c183694bb2ce0c5895a032111b106 100644 (file)
@@ -245,6 +245,12 @@ struct config {
 
   /** @brief Whether to loop back multicast packets */
   int multicast_loop;
+
+  /** @brief Login lifetime in seconds */
+  long cookie_login_lifetime;
+
+  /** @brief Signing key lifetime in seconds */
+  long cookie_key_lifetime;
   
   /* derived values: */
   int nparts;                          /* number of distinct name parts */