Cookie Session Php

    session_start( );
    $_SESSION = array( );
    session_destroy( );
?>