From 312148396e9a26b0b3bd84bd7377973fd4b206e7 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 11 Nov 2012 12:41:12 +0000 Subject: [PATCH] Remove a TODO comment about expiring cookies before the end of the session --- parsers.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/parsers.c b/parsers.c index 5df119e2..c520d0a3 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.262 2012/11/11 12:37:42 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.263 2012/11/11 12:38:42 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -3857,10 +3857,6 @@ static void add_cookie_expiry_date(char **cookie, time_t lifetime) * Crunch, accept or rewrite it to a session cookie. * Called from `sed'. * - * TODO: Allow the user to specify a new expiration - * time to cause the cookie to expire even before the - * browser is closed. - * * Parameters : * 1 : csp = Current client state (buffers, headers, etc...) * 2 : header = On input, pointer to header to modify. -- 2.39.2