about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-17 12:41:40 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-17 12:41:40 +0200
commite9ee0940b7552f087dc3377f160f5c0800045a36 (patch)
tree6dbb5a18b3baf23eb5ad635cc5960947aec8c238 /config.def.h
parentAdded tag 0.2 for changeset a5db79d487c8 (diff)
downloadsurf-e9ee0940b7552f087dc3377f160f5c0800045a36.tar.gz
surf-e9ee0940b7552f087dc3377f160f5c0800045a36.tar.bz2
surf-e9ee0940b7552f087dc3377f160f5c0800045a36.zip
Sessioncookies made persistant.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 152300f..c51ae98 100644
--- a/config.def.h
+++ b/config.def.h
@@ -4,8 +4,10 @@ static char *progress       = "#FF0000";
 static char *progress_trust = "#00FF00";
 static char *stylefile      = ".surf/style.css";
 static char *scriptfile     = ".surf/script.js";
-static char *cookiefile     = ".surf/cookie.txt";
+static char *cookiefile     = ".surf/cookies.txt";
 static char *dldir          = ".surf/dl";
+static time_t sessiontime   = 3600;
+
 #define MODKEY GDK_CONTROL_MASK
 static Key keys[] = {
     /* modifier	            keyval      function    arg             Focus */