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 42
__construct()
at line 64
IsSuccess()
at line 88
SetSession($key, $val)
at line 98
GetSession(string $key)
at line 104
GetSID()
at line 110
getUniqId()
ユニークIDの取得 *
at line 121
setUniqId()
ユニークIDのセット *