Unable to access session variables from other scripts in php – PHP Versions
I have a login page which upon successfully validating email and password against the values of the database creates 3 session variables. The problem is that I'm unable to access these 3 session variables from other scripts even though session_start()…