session starting session php December 22, 2011 Pramod T P Leave a comment Before you begin storing information in PHP session , you must start the session and it must be mentioned at the very beggining of your code . <?php session_start(); // start PHP session! ?>