Download the PHP package houdunwang/session without Composer
On this page you can find all versions of the php package houdunwang/session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download houdunwang/session
More information about houdunwang/session
Files in houdunwang/session
Download houdunwang/session
More information about houdunwang/session
Files in houdunwang/session
Vendor houdunwang
Package session
Short Description SESSION会话管理组件
License MIT
Homepage http://www.houdunwang.com/
Package session
Short Description SESSION会话管理组件
License MIT
Homepage http://www.houdunwang.com/
Please rate this library. Is it a good library?
Informations about the package session
SESSION组件
介绍
组件提供高效的SESSION管理手段, 提供多种处理引擎包括File、Mysql、Memcache、Redis等,支持统一调用接口使用方便。 组件使用了 Cookie组件 进行COOKIE管理, 请查看 GitHub文档 进行配置。
[TOC]
开始使用
安装组件
使用 composer 命令进行安装或下载源代码使用。
HDPHP 框架已经内置此组件,无需要安装
配置
基本配置
数据库引擎
如果SESSION处理使用数据库引擎, 请参考 Db数据库组件 文档进行配置。
使用
设置
闪存
通过 flash 指令设置的数据会在下次请求结束时自动删除, 这类动作我们称为闪存数据。
获取
获取所有
判断
删除
清空
删除所有数据
All versions of session with dependencies
PHP Build Version
Package Version
The package houdunwang/session contains the following files
Loading the files please wait ....