1 Star 3 Fork 80

linuxof/fastadmin-tp6

forked from Ice/yfcmf-tp6 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cookie.php 500 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ice 提交于 6年前 . Apply fixes from StyleCI
<?php
// +----------------------------------------------------------------------
// | Cookie设置
// +----------------------------------------------------------------------
return [
// cookie 保存时间
'expire' => 0,
// cookie 保存路径
'path' => '/',
// cookie 有效域名
'domain' => '',
// cookie 启用安全传输
'secure' => false,
// httponly设置
'httponly' => false,
// 是否使用 setcookie
'setcookie' => true,
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/linuxof/fastadmin-tp6.git
git@gitee.com:linuxof/fastadmin-tp6.git
linuxof
fastadmin-tp6
fastadmin-tp6
master

搜索帮助