Session Handling
- 簡介
- 安裝/配置
- 預定義常量
- 範例
- Session 上傳進度
- 會話和安全
- Session 函式
- session_abort — Discard session array changes and finish session
- session_cache_expire — 返回目前快取的到期時間
- session_cache_limiter — 讀取/設定快取限制器
- session_commit — session_write_close 的別名
- session_create_id — Create new session id
- session_decode — 解碼會話數據
- session_destroy — 銷燬一個會話中的全部數據
- session_encode — 將目前會話數據編碼為一個字串
- session_gc — Perform session data garbage collection
- session_get_cookie_params — 獲取會話 cookie 參數
- session_id — 獲取/設定目前會話 ID
- session_module_name — 獲取/設定會話模組名稱
- session_name — 讀取/設定會話名稱
- session_regenerate_id — 使用新產生的會話 ID 更新現有會話 ID
- session_register_shutdown — 關閉會話
- session_reset — Re-initialize session array with original values
- session_save_path — 讀取/設定目前會話的儲存路徑
- session_set_cookie_params — 設定會話 cookie 參數
- session_set_save_handler — 設定使用者自定義會話儲存函式
- session_start — 啟動新會話或者重用現有會話
- session_status — 返回目前會話狀態
- session_unset — 釋放所有的會話變數
- session_write_close — Write session data and end session
- SessionHandler — The SessionHandler class
- SessionHandler::close — Close the session
- SessionHandler::create_sid — Return a new session ID
- SessionHandler::destroy — Destroy a session
- SessionHandler::gc — Cleanup old sessions
- SessionHandler::open — Initialize session
- SessionHandler::read — Read session data
- SessionHandler::write — Write session data
- SessionHandlerInterface — The SessionHandlerInterface class
- SessionHandlerInterface::close — Close the session
- SessionHandlerInterface::destroy — Destroy a session
- SessionHandlerInterface::gc — Cleanup old sessions
- SessionHandlerInterface::open — Initialize session
- SessionHandlerInterface::read — Read session data
- SessionHandlerInterface::write — Write session data