Snowboard

Testing the Winter JavaScript Framework.

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.