You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,20 +143,6 @@ Both of these methods accomplish the same thing:
143
143
144
144
This function works the same as `getCookie` but it uses `Craft::$app->getRequest()->getCookie()` to retrieve the cookies via Craft. It also utilizes `craft->security` framework to decrypt and validate the cookie contents between requests.
145
145
146
-
**Example**
147
-
148
-
```twig
149
-
{% do getSecureCookie('marvin') %}
150
-
{# Get the cookie using 'getSecureCookie' function #}
0 commit comments