コード例 #1
0
ファイル: SessionState.php プロジェクト: packfire/session
function session_destroy()
{
    SessionState::stop();
}