Session
Session 저장
session_test 삭제
모든 Session 삭제
세션 결과
$this->session->userdata('session_date') 세션이 시작된 시간 : 2025-01-18 15:55:46
$this->session->unset_userdata('session_test')
$this->session->all_userdata() Array ( [session_id] => 096244ea2bdbacf85b6e75810b561421 [ip_address] => 3.142.135.127 [user_agent] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) [last_activity] => 1737183346 [user_data] => [session_date] => 세션이 시작된 시간 : 2025-01-18 15:55:46 )

// End of Sample

© Copyright by hoksi(Page rendered in 0.0016 seconds)