put(key, value); Sets a value for given cookie key Parameters
defaults Object containing default options to pass when setting cookies
getObject(key); Returns the deserialized value of given cookie key Parameters
remove(key, [options]); Remove given cookie Parameters
putObject(key, value, [options]); Serializes and sets a value for given cookie key Parameters
put(key, value, [options]); Sets a value for given cookie key Parameters
remove(key); Remove given cookie Parameters
get(key); Returns the value of given cookie key Parameters
getAll(); Returns a key value object with all the cookies Returns