phpDocumentor http
session-handler
[ class tree: http ] [ index: http ] [ all elements ]

Class: WindSessionHandler

Source Location: /http/session/handler/WindSessionHandler.php

Class WindSessionHandler

Class Overview

注册session处理的方法

Located in /http/session/handler/WindSessionHandler.php [line 12]

AbstractWindSessionHandler
   |
   --WindSessionHandler
Author(s): Information Tags:
Version:  $Id: WindSessionHandler.php 2973 2011-10-15 19:22:48Z yishuo $
Copyright:  ©2003-2103 phpwind.com
License:  http://www.windframework.com

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From AbstractWindSessionHandler

AbstractWindSessionHandler::$dataStore

Inherited From AbstractWindSessionHandler

AbstractWindSessionHandler::close()
关闭会话存储存储机制
AbstractWindSessionHandler::destroy()
销毁与指定的会话ID相关联的数据
AbstractWindSessionHandler::gc()
对存储系统中的数据进行垃圾收集
AbstractWindSessionHandler::open()
在开始会话时调用初始化会话信息
AbstractWindSessionHandler::read()
从存储中装载session数据
AbstractWindSessionHandler::registerHandler()
设置session的存储方法及注册session中各个handler
AbstractWindSessionHandler::write()
将sessionID对应的数据写到存储

[ Top ]
Method Summary
void   close()  
void   destroy()  
void   gc()  
void   open()  
void   read()  
void   write()  

[ Top ]
Methods
close  [line 29]

  void close( )


API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::close()
关闭会话存储存储机制

[ Top ]
destroy  [line 57]

  void destroy( $sessID  )

Parameters:
   $sessID: 

API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::destroy()
销毁与指定的会话ID相关联的数据

[ Top ]
gc  [line 50]

  void gc( $maxlifetime  )

Parameters:
   $maxlifetime: 

API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::gc()
对存储系统中的数据进行垃圾收集

[ Top ]
open  [line 17]

  void open( $savePath, $sessionName  )

Parameters:
   $savePath: 
   $sessionName: 

API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::open()
在开始会话时调用初始化会话信息

[ Top ]
read  [line 43]

  void read( $sessID  )

Parameters:
   $sessID: 

API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::read()
从存储中装载session数据

[ Top ]
write  [line 36]

  void write( $sessID, $sessData  )

Parameters:
   $sessID: 
   $sessData: 

API Tags:
Access:  public


Redefinition of:
AbstractWindSessionHandler::write()
将sessionID对应的数据写到存储

[ Top ]

Documentation generated on Fri, 30 Mar 2012 11:43:40 +0800 by phpDocumentor 1.4.4