| 
    fastdo
    0.5.12
    
   | 
 
会话服务基类 更多...
#include <fcgiplus.hpp>

Public 成员函数 | |
| SessionServer () | |
| virtual | ~SessionServer () | 
| winux::uint | getCleanTimeInterval () const | 
| winux::uint | getSessionLifeTime () const | 
| virtual void | clean ()=0 | 
| 执行清理操作,将过期的session删除  更多... | |
| virtual bool | startup (winux::String const &sessid, SessionData *sessData)=0 | 
| 启动一个session,得到一个SessionData,用来读写入数据  更多... | |
| virtual bool | save (winux::String const &sessid, SessionData const *sessData, winux::uint thisLifeTime=0)=0 | 
| 保存一个session,将SessionData存储,可以指定生命期  更多... | |
Protected 属性 | |
| winux::uint | _cleanTimeInterval | 
| 执行"清理过期session"的时间间隔  更多... | |
| winux::uint | _sessionLifeTime | 
| 默认session生命期  更多... | |
会话服务基类
在文件 fcgiplus.hpp 第 57 行定义.
      
  | 
  inline | 
在文件 fcgiplus.hpp 第 63 行定义.
      
  | 
  inlinevirtual | 
在文件 fcgiplus.hpp 第 64 行定义.
      
  | 
  pure virtual | 
执行清理操作,将过期的session删除
在 fcgi::FileSessionServer , 以及 fcgi::MemorySessionServer 内被实现.
      
  | 
  inline | 
在文件 fcgiplus.hpp 第 66 行定义.
      
  | 
  inline | 
在文件 fcgiplus.hpp 第 67 行定义.
      
  | 
  pure virtual | 
保存一个session,将SessionData存储,可以指定生命期
在 fcgi::FileSessionServer , 以及 fcgi::MemorySessionServer 内被实现.
      
  | 
  pure virtual | 
启动一个session,得到一个SessionData,用来读写入数据
在 fcgi::FileSessionServer , 以及 fcgi::MemorySessionServer 内被实现.
      
  | 
  protected | 
执行"清理过期session"的时间间隔
在文件 fcgiplus.hpp 第 60 行定义.
      
  | 
  protected | 
默认session生命期
在文件 fcgiplus.hpp 第 61 行定义.