search
Homephp教程php手册yii操作cookie实例简介,yiicookie实例

yii操作cookie实例简介,yiicookie实例

yii对cookie的操作常见的主要有以下几种:

1.设置cookie:

$cookie = new CHttpCookie('mycookie','this is my cookie'); 
$cookie->expire = time()+60*60*24*30; //有限期30天 
Yii::app()->request->cookies['mycookie']=$cookie;

2.读取cookie:

$cookie = Yii::app()->request->getCookies(); 
echo $cookie['mycookie']->value;

3.销毁cookie:

$cookie = Yii::app()->request->getCookies(); 
unset($cookie[$name]);

httpclient 411 cookie操作实例

blog.163.com/...56185/
 

JS读取COOKIES简单实例

/**存放Cookies: 两个参数,一个是cookie的名子,一个是值*/
function SetCookie(name,value){
var Days = 30; //此 cookie 将被保存 30 天
var exp = new Date();//new Date("December 31, 9998");
exp.setTime(exp.getTime() + Days*24*60*60*1000);
document.cookie = name + "="+ escape (value) + ";expires="+exp.toGMTString();
}
/**取cookies函数 */
function getCookie(name){
var arr = document.cookie.match(new RegExp("(^| )"+name+"=([^;]*)(;|$)"));
if(arr != null) return unescape(arr[2]); return null;
}
/**删除cookie*/
function delCookie(name){
var exp = new Date();
exp.setTime(exp.getTime() - 1);
var cval=getCookie(name);
if(cval!=null) document.cookie= name + "="+cval+";expires="+exp.toGMTString();
}

你想要在什么地方操作都可以
 

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools