The Embeddable Cookie Library
Kaka was created for a purpose, and one purpose only. To add simple cookie support for libraries that need it! It does this with a simple unrestricted license. So change the code, the name (please!), and use it however you like!
Kaka.set(name, value[, expires[, path]])
Kaka.get();
Kaka.get(name);
Kaka.remove(name);
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Copyright (C) 2013 Robin Orheden <orhedenr@gmail.com>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.