I have a login script coded in php and mysqli. upon submission and successful authentication it redirects to success.php to write sessions. my success page looks like this.
The initial file didn't contain session_start() as pointed out. however it works without it for some reason now.
I am thinking a cache or server delay issue also