Jinya CMS

CookieSetter
in package

Tags

Table of Contents

setCookie()  : ResponseInterface
unsetCookie()  : ResponseInterface

Methods

setCookie()

public static setCookie(ResponseInterface $response, string $name, string $value[, DateTime $expires = null ][, bool $httpOnly = true ]) : ResponseInterface
Parameters
$response : ResponseInterface
$name : string
$value : string
$expires : DateTime = null
$httpOnly : bool = true
Tags
Return values
ResponseInterface

unsetCookie()

public static unsetCookie(ResponseInterface $response, string $name[, bool $httpOnly = true ]) : ResponseInterface
Parameters
$response : ResponseInterface
$name : string
$httpOnly : bool = true
Tags
Return values
ResponseInterface

Search results