Hi,
I am developing a website. In Login form , on successful login of user, i had created session variable $_SESSION['username'] and redirected to second page. In second page when i checked , isset($_SESION['username']) is returning false.
This is the first website I am developing. Do I have to change any settings in php.ini for sessions to work?
I am developing a website. In Login form , on successful login of user, i had created session variable $_SESSION['username'] and redirected to second page. In second page when i checked , isset($_SESION['username']) is returning false.
This is the first website I am developing. Do I have to change any settings in php.ini for sessions to work?
Comment