session_start() checks to see if a session has started, and if not, it starts one.
Its syntax is: boolean session_start() <? session_start(); ?>