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! ?>
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! ?>