diff --git a/04-Basics/05-Response.adoc b/04-Basics/05-Response.adoc index 9309e29..a711c16 100644 --- a/04-Basics/05-Response.adoc +++ b/04-Basics/05-Response.adoc @@ -172,6 +172,7 @@ In that case, may want to set a plain cookie instead: // not signed or encrypted response.plainCookie('cartTotal', 20) ---- +> Do note, the value is still JSON.stringified and converted to base64 encoded string to avoid encoding issues. == Redirects Use one of the following methods to redirect requests to a different URL.