public interface SessionConst
限定符和类型 | 字段和说明 |
---|---|
static int |
SESSION_STATUS_ERROR
发生内部错误
|
static int |
SESSION_STATUS_FORBIDDEN
会话有效
|
static int |
SESSION_STATUS_LOGIN
该账户已有有效会话,适用于对账户控制单点登录策略
|
static int |
SESSION_STATUS_NOTFIND
会话不存在或已销毁
|
static int |
SESSION_STATUS_OK
会话有效
|
static int |
SESSION_STATUS_OVERTIME
会话已超时
|
static int |
SESSION_STATUS_USER_NOTFIND
用户不存在
|
static final int SESSION_STATUS_USER_NOTFIND
static final int SESSION_STATUS_NOTFIND
static final int SESSION_STATUS_ERROR
static final int SESSION_STATUS_LOGIN
static final int SESSION_STATUS_OVERTIME
static final int SESSION_STATUS_OK
static final int SESSION_STATUS_FORBIDDEN
Copyright © Actionsoft Co., Ltd. All Rights Reserved.