Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 8 of 8) sorted by relevance

/web-php/tests/Unit/
H A DUserPreferencesTest.php18 array $cookie, argument
23 $_COOKIE = $cookie;
/web-php/include/
H A Dip-to-country.inc8 a cookie for future usage, and another check is only done,
9 if the cookie is expired.
33 - Now 'NA' is stored in the cookie (no country detected).
44 // set a cookie in the browser (in case there is no
45 // cookie already storing this information)
78 // Set the country in a cookie for a week
H A Derrors.inc276 'session.cookie-secure' => 'session.configuration.php#ini.session.cookie-secure',
280 'session.cookie-lifetime' => 'session.configuration.php#ini.session.cookie-lifetime',
281 'session.cookie-path' => 'session.configuration.php#ini.session.cookie-path',
282 'session.cookie-domain' => 'session.configuration.php#ini.session.cookie-domain',
283 'session.cookie-httponly' => 'session.configuration.php#ini.session.cookie-httponly',
353 '-cookie' => 'reserved.variables.cookies.php',
365 'http-cookie-vars' => 'reserved.variables.cookies.php',
392 'cookie' => 'features.cookies.php',
H A Dprepend.inc89 // Get country of the user and set it in a cookie
H A Dsite.inc135 // Set a cookie for all the .php.net sites for the root
/web-php/js/
H A Dcommon.js311 document.cookie = 'MD=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT';
315 document.cookie = 'MD=1; path=/';
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt3090 - Fixed bug #35975 (Session cookie expires date format isn't the most
4624 - Added support for httpOnly flag for session extension and cookie setting
4920 - Fixed bug #38211 (variable name and cookie name match breaks script
6083 - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
H A DNEWS_5_4_0_beta1.txt2994 - Fixed bug #35975 (Session cookie expires date format isn't the most
4528 - Added support for httpOnly flag for session extension and cookie setting
4824 - Fixed bug #38211 (variable name and cookie name match breaks script
5987 - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)

Completed in 77 milliseconds