API results for “cookie”

1 to 10 of 10

$input apivar
Provides a means to get user input from URLs, GET, POST, and COOKIE variables and more.

input(string $type = '', string $key = '', string $sanitizer = null, $fallback = null) function
Access GET, POST or COOKIE input variables and more ($input API variable as a function)

inputCookie($key = '', $sanitizer = '') apivar.method
Access the $input->cookie() API variable as a function.

$session->hasCookie(bool $checkLogin = false) apivar.method
Are session cookie(s) present?

$session->hasLoginCookie() apivar.method
Is a session login cookie present?

$session->isValidSession(int $userID) apivar.method
Checks if the session is valid based on a challenge cookie and fingerprint

$input->cookie(string $key = '', $valid = null, $fallback = null) apivar.method
Retrieve a named COOKIE variable value or all COOKIE variables

inputCookie($key = '', $sanitizer = '') class.method
Access the $input->cookie() API variable as a function.

$http->setCookie(string $name, $value) class.method
Set cookie(s) for http GET/POST/etc. request (currently used by curl option only)

InputfieldRepeater::copyPasteCookieName() module.method
Get the copy/paste cookie name