Skip to content

Instantly share code, notes, and snippets.

@flesch
Last active October 11, 2015 08:57
Show Gist options
  • Save flesch/3834025 to your computer and use it in GitHub Desktop.
Save flesch/3834025 to your computer and use it in GitHub Desktop.
Cookie Helper
cookie("user", "flesch", { expires:(new Date(new Date() * 1 + 6E10)).toGMTString(), path:"/"});
cookie("user");

Based off work from https://gist.github.com/1058674

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