fastdo
0.6.8
首页
命名空间
类
文件
文件列表
文件成员
webx_FileSessionServer.hpp
浏览该文件的文档.
1
#pragma once
2
3
namespace
eienwebx
4
{
5
7
class
EIENWEBX_DLL
FileSessionServer
:
public
SessionServer
8
{
9
public
:
15
FileSessionServer
(
winux::String
const
& savePath,
winux::ulong
cleanTimeInterval = 1800UL,
winux::ulong
sessionLifeTime = 1800UL );
16
18
virtual
void
clean();
19
21
virtual
bool
startup(
winux::String
const
& sessid,
SessionData
* sessData );
22
24
virtual
bool
save(
winux::String
const
& sessid,
SessionData
const
& sessData,
winux::ulong
thisLifeTime = 0UL );
25
private
:
26
winux::String
_savePath;
27
28
DISABLE_OBJECT_COPY
(
FileSessionServer
)
29
};
30
31
32
}
// namespace eienwebx
EIENWEBX_DLL
#define EIENWEBX_DLL
Definition:
eienwebx_base.hpp:28
winux::String
XString< tchar > String
Definition:
utilities.hpp:216
eienwebx
Web功能的相关封装
Definition:
eienwebx_base.hpp:45
DISABLE_OBJECT_COPY
#define DISABLE_OBJECT_COPY(clsname)
Definition:
utilities.hpp:81
eienwebx::FileSessionServer
文件式会话服务
Definition:
webx_FileSessionServer.hpp:7
eienwebx::SessionData
winux::StringMixedMap SessionData
会话数据
Definition:
webx_SessionServer.hpp:9
winux::ulong
unsigned long ulong
Definition:
utilities.hpp:171
eienwebx::SessionServer
会话服务基类
Definition:
webx_SessionServer.hpp:20
build
windows
include
webx_FileSessionServer.hpp
生成于 2023年 六月 18日 星期日 10:25:58 , 为 fastdo使用
1.8.11