Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Create a cookie that lasts "forever" (five years).
Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true)
Create a cookie that lasts "forever" (five years).
string | $name | |
string | $value | |
string | $path | |
string | $domain | |
bool | $secure | |
bool | $httpOnly |
Cookie |
Designed by : w10schools
service@w10schools.com
Please login to continue.