Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 338 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 338 Bytes

##cookies

A client-side cookie library.

ported from http://www.quirksmode.org/js/cookies.html

Functions

void eraseCookie(String name) : Remove cookie

String readCookie(String name) : Read cookie values, returns null when the cookie does not exist

void createCookie(String name, String value, int days) : Create client side cookie