(PHP 5 >= 5.4.0, PHP 7)
SessionHandlerInterface::open — Initialize session
$save_path
, string $session_name
)Re-initialize existing session, or creates a new one. Called when a session starts or when session_start() is invoked.
save_path
The path where to store/retrieve the session.
session_name
The session name.
반환 값(보통 성공 시 TRUE
, 실패 시 FALSE
). 이 값은 처리를 위해 내부적으로 PHP로 반환되는 점에 주의하십시오.