Return the status of token removal in auth_logout
[blerg.git] / config.h
index b0e00bd..c907f35 100644 (file)
--- a/config.h
+++ b/config.h
@@ -14,4 +14,6 @@
 #define MAX_TAG_LENGTH 64
 #define MAX_TAGS_PER_RECORD 1024
 
+#define AUTHENTICATION_TIMEOUT 3600  /* Time out the user's session after one hour */
+
 #endif //_CONFIG_H