title = "Utilities | Snowboard" url = "/snowboard/utilities" layout = "snowboard" ==
{% partial 'snowboard/sections-list' %}

Utilities

Cookie


Set, get and remove a cookie

Sets a cookie called "testCookie" to the current date and time as an ISO string.


Set and get a long-lasting cookie

Sets a cookie called "testLongCookie" to the current date and time as an ISO string. Using the options, it will also set the cookie to expire in 7 days.