$_SESSION Not working on CPANEL.
When we uploaded it to the web host using CPANEL
the $_SESSION
is not working.
But in local using XAMPP it is working.
Solved! the problem is, I put all my session on other php file so when include the php I put it under the html code.
I mean like this:
<html> <?php ?> </html>
so when I update it to this
<?php ?> <html>
all stuff are good. thanks for the comment guys <3