From: Paul Hänsch Date: Wed, 29 Sep 2021 11:09:40 +0000 (+0200) Subject: Merge commit 'b5943a26698776a9814850ed2356eda5076fa00a' X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=3820e27ad1d4e9c9407c7cc316a016c80ee79902;hp=ed901fda6f4aa593314bc34eed00f5563732d793;p=rawnet Merge commit 'b5943a26698776a9814850ed2356eda5076fa00a' --- diff --git a/cgilite/common.css b/cgilite/common.css index f9b17ad..d6a9316 100644 --- a/cgilite/common.css +++ b/cgilite/common.css @@ -68,6 +68,7 @@ select, input, button, textarea, a.button { border-radius: 2pt; } select { padding: .375em 0; } +textarea { min-height: 7em; } input[type=radio], input[type=checkbox] { vertical-align: baseline; diff --git a/cgilite/users.sh b/cgilite/users.sh index 1959e9d..b784ec7 100755 --- a/cgilite/users.sh +++ b/cgilite/users.sh @@ -226,8 +226,8 @@ user_logout(){ # destroy cookie, destroy session # keep device cookie new_session - SET_COOKIE 0 session="" - SET_COOKIE 0 user_id="" + SESSION_COOKIE new + SET_COOKIE 0 user_id="" Path="/${_BASE#/}" SameSite=Strict HttpOnly REDIRECT "${_BASE}${PATH_INFO}#USER_LOGGED_OUT" }