We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02921e5 commit 05dc5b1Copy full SHA for 05dc5b1
addons/cookielifetime.sh
@@ -82,4 +82,5 @@ esac
82
# Set the value
83
nextcloud_occ config:system:set remember_login_cookie_lifetime --value="$COOKIE_LIFETIME"
84
nextcloud_occ config:system:set session_lifetime --value="$COOKIE_LIFETIME"
85
+nextcloud_occ config:system:set session_keepalive --value="false"
86
msg_box "Cookie Lifetime is now successfully set to $COOKIE_LIFETIME seconds."
0 commit comments