<?php
if (!isset ($__cookie_inc__)) {
$__cookie_inc__=1;
function Jssetcookie ($CName, $CValue, $CExpr =false) {
This function allows you to set cookies after the HTML header tag,
Can be supplemented with setcookie functions, or even replaced.
$CName ...: The name of a cookie
$CValue ...: The value of a cookie
$CEXPR ...: The validity period of the cookie, in minutes, can also modify the join hours, days
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.