Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Як встановити cookie з ім’ям user і значенням John на 1 годину?
cookie.set("user", "John", 60);
cookie.
(
,
);
set.cookie("user", "John", time() + 3600);
() +
set_cookie("user" => "John", "expires" => time()+3600);
=>
()+
setcookie("user", "John", time() + 3600);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!