So I create a session on one page and create a new variable called uName and assign a value. I go to another page and try to echo the value but I get an error:\"Undefined variab
You need to add session_start(); to all files that use sessions.