Skip to content

Instantly share code, notes, and snippets.

@BJIAST
Created June 14, 2018 23:21
Show Gist options
  • Save BJIAST/c977a80a8cd091a54c2ec03d04043148 to your computer and use it in GitHub Desktop.
Save BJIAST/c977a80a8cd091a54c2ec03d04043148 to your computer and use it in GitHub Desktop.
let val = getCookie('asp');
let CookieDate = new Date;
CookieDate.setFullYear(CookieDate.getFullYear( ) +10);
setCookie('asp', val, CookieDate);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment