From: Paul Hänsch Date: Tue, 15 Mar 2022 13:20:50 +0000 (+0100) Subject: API CHANGE: do not set session cookie automatically X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=6fe824f0db79fabeec3bc2c3459d2d50858d7ba7 API CHANGE: do not set session cookie automatically --- diff --git a/session.sh b/session.sh index 8fb6236..1f4699e 100755 --- a/session.sh +++ b/session.sh @@ -136,5 +136,3 @@ SESSION_COOKIE() { } update_session || new_session - -[ "$1" = nocookie ] || SESSION_COOKIE