From 266b04c1ccc47367949b324420a3911144c8ede8 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 1 Apr 2024 11:06:55 -0400 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 1635c92..4acd50a 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -1025,9 +1025,7 @@ Parameters: - `/`: root path - `none`: to set no path at all -The scriptlet does not encode cookie names and values. As a result, if a cookie's name or value includes `;`, the scriptlet will not set the cookie since this may cause the cookie to break. - -Tokens: +Variadic parameters (must appears after required and optional parameters): - `reload, 1`: the scriplet will force a reload of the webpage if the cookie being set was not already set. - `domain, [value]`: the scriptlet will set the domain of the cookie to _value_.