What is cookiehash?
-
What the hell is the $cookiehash variable and why is it so important?
Example of where its used:
if((!empty($_COOKIE['wordpressuser_'.$cookiehash])) && (!empty($_COOKIE['wordpresspass_'.$cookiehash]))) {
$user_login = $_COOKIE['wordpressuser_'.$cookiehash];
$user_pass_md5 = $_COOKIE['wordpresspass_'.$cookiehash];
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘What is cookiehash?’ is closed to new replies.