From e9ee0940b7552f087dc3377f160f5c0800045a36 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Sat, 17 Oct 2009 12:41:40 +0200 Subject: Sessioncookies made persistant. --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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 */ -- cgit v1.2.3