update : 2015.11.03
php.shukuma.com
검색:
세션 다루기
msession_unlock
소개
세션 확장
PHP Manual
세션 다루기
소개
설치/설정
요구 조건
설치
실행시 설정
자원형
예약 상수
예제
세션 ID 전달하기
사용자 세션 핸들러
Session Upload Progress
세션과 보안
세션 함수 목록
session_abort
— Discard session array changes and finish session
session_cache_expire
— 현재 캐시 만료를 반환
session_cache_limiter
— 현재 캐시 한정을 얻거나 설정
session_commit
— 별칭: session_write_close
session_decode
— 문자열에서 세션 데이터를 해독
session_destroy
— 세션에 등록된 모든 데이터 파괴
session_encode
— 현재 세션 데이터를 문자열로 인코드
session_get_cookie_params
— 세션 쿠키 인수를 얻습니다
session_id
— 현재 세션 id를 얻거나 설정
session_is_registered
— 전역 변수가 세션에 등록되었는지 확인
session_module_name
— 현재 세션 모듈을 얻거나 설정
session_name
— 현재 세션 이름을 얻거나 설정
session_regenerate_id
— 현재 세션 id를 새로 생성해서 갱신
session_register_shutdown
— Session shutdown function
session_register
— 하나 이상의 전역 변수를 현재 세션에 등록
session_reset
— Re-initialize session array with original values
session_save_path
— 현재 세션 저장 경로를 얻거나 설정
session_set_cookie_params
— 세션 쿠키 인수 설정
session_set_save_handler
— 사용자 단계 세션 저장 함수 설정
session_start
— 세션 데이터 초기화
session_status
— Returns the current session status
session_unregister
— 현재 세션에셔 전역 변수를 등록 해제
session_unset
— 모든 세션 변수 해제
session_write_close
— 세션 데이터를 쓰고 세션 종료
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
msession_unlock
소개
세션 확장
PHP Manual