Session
Session 저장
session_test 삭제
모든 Session 삭제
세션 결과
$this->session->userdata('session_date') 세션이 시작된 시간 : 2026-03-28 18:42:27
$this->session->unset_userdata('session_test')
$this->session->all_userdata() Array ( [session_id] => 572a171f18e0a7edef0443e9b666df15 [ip_address] => 216.73.216.55 [user_agent] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) [last_activity] => 1774690884 [user_data] => [session_date] => 세션이 시작된 시간 : 2026-03-28 18:42:27 )

// End of Sample

© Copyright by hoksi(Page rendered in 0.0051 seconds)