Session
class Session
Properties
$login_id | ログインユーザ名 | ||
$authority | ユーザ権限 | ||
$cert | 認証文字列(認証成功の判定に使用) | ||
$sid | セッションID | ||
$member_id | ログインユーザの主キー | ||
$uniqid | ページ遷移の正当性チェックに使用 |
Methods
__construct()
No description
IsSuccess()
No description
SetSession($key, $val)
No description
GetSession(string $key)
No description
GetSID()
No description
getUniqId()
ユニークIDの取得 *
setUniqId()
ユニークIDのセット *
logout()
No description
Details
at line 54
__construct()
at line 76
IsSuccess()
at line 100
SetSession($key, $val)
at line 110
GetSession(string $key)
at line 116
GetSID()
at line 122
getUniqId()
ユニークIDの取得 *
at line 133
setUniqId()
ユニークIDのセット *