QueueingFactory interface QueueingFactory implements
Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Factory interface Factory (
Cookie forget(string $name, string $path = null, string $domain = null) Expire
void queue() Queue a cookie to send with the next response.
Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
array getQueuedCookies() Get the cookies which have been queued for the
unqueue(string $name) Remove a cookie from the queue.
Page 1 of 2