Skip to content

Instantly share code, notes, and snippets.

@350d
Last active February 1, 2016 17:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 350d/9625017 to your computer and use it in GitHub Desktop.
Save 350d/9625017 to your computer and use it in GitHub Desktop.
Simple library for Cookie manage
@350d
Copy link
Author

350d commented Mar 18, 2014

// SET
cookie(name,val);

// READ
cookie(name);

// DELETE
cookie(name,'',-1);

@tchrong
Copy link

tchrong commented Jun 7, 2015

tchrongden

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment