|  Download CookieNamespace: \ParagonIE\Halite Encrypted cookie storage, powered by our symmetric-key cryptography. Propertiesprotected $keyStores the encryption key for this instance of Cookie. MethodsConstructorArguments: fetch()
> publicfetch(string $name) Fetch the data stored in an encrypted cookie. store()
> publicstore(string $name,mixed $value,int $expire = 0,string $path = '/',string $domain = null,boolean $secure = true,boolean $httponly = true) Encrypt then store a cookie. |