选择语言 :

Module_Session_Driver_Cache

MyQEE Session 缓存驱动器

API - Module_Session_Driver_Cache

author
呼吸二氧化碳 jonwang@myqee.com
category
Module
package
Session
copyright
Copyright © 2008-2013 myqee.com
license
http://www.myqee.com/license.html

$this->__construct( )


$this->driver( )

获取当前驱动

返回值
  • Cache

$this->create( $vars = null)

Create a new session.

参数列表

参数 类型 描述 默认值
$vars array Variables to set after creation null
返回值
  • void

$this->session_id( )

获取session_id


$this->destroy( )

Destroys the current session.

返回值
  • void

$this->write_close( )

保存Session数据

返回值
  • void