Session Debug
Kiểm tra cấu hình và hoạt động của session
Cấu hình Session
{
"session.save_handler": "files",
"session.save_path": "\/home\/kingver3\/tmp",
"session.name": "PHPSESSID",
"session.cookie_lifetime": "0",
"session.cookie_path": "\/",
"session.cookie_domain": "",
"session.cookie_secure": "0",
"session.cookie_httponly": "",
"session.use_cookies": "1",
"session.use_only_cookies": "1",
"session.gc_maxlifetime": "1440",
"session.gc_probability": "1",
"session.gc_divisor": "1000",
"current_session_id": "hegf2dg9pk7at3bvm9p3pecm27",
"session_status": 2,
"current_save_path": "\/home\/kingver3\/tmp",
"current_name": "PHPSESSID"
}
Kiểm tra thư mục Session
Thông tin thư mục:
Path: /home/kingver3/tmp
Exists: ✅ Yes
Is Directory: ✅ Yes
Readable: ✅ Yes
Writable: ✅ Yes
Permissions: 0700
Test Session Operations
Kết quả test:
Test Key: session_test_1769114473
Test Value: test_data_69728b69670e6
Data Persisted: ✅ Yes
Current Session Keys:
[
"oauth_state"
]
Current Session Data
{
"oauth_state": "e4194934708151833287f4b753f0c593"
}