Which of these statements about the session_start() function are true ?
session_start()
by default, it is always called when the page is loaded
it has to be put at the very top of the document, before any HTML tags
it is used to initialise a new session and then fill the global variable $_SESSION
$_SESSION
it can also delete a session