Свойство | Type | Description | |
---|---|---|---|
$hander | 数据库句柄 | ||
$lifeTime | Session有效时间 | ||
$sessionTable | session保存的数据库名 |
Méthode | Description | |
---|---|---|
close ( ) | 关闭Session | |
destroy ( string $sessID ) | 删除Session | |
execute ( ) | 打开Session | |
gc ( string $sessMaxLifeTime ) | Session 垃圾回收 | |
open ( string $savePath, mixed $sessName ) | 打开Session | |
read ( string $sessID ) | 读取Session | |
write ( string $sessID, String $sessData ) | 写入Session |