Menu
×
×
Correct!
Exercise:Create a cookie named "username".
@(9)("username", "John", time() + (86400 * 30), "/");
setcookie("username", "John", time() + (86400 * 30), "/");
Not CorrectClick here to try again. Correct!Next ❯ |