Im trying to pass a session variable $_SESSION['id'] form one page to another. But in the page im trying to pass it to I get this error
Undefined index id
The pages are in different dirs but in the same parent dir obviously, would this have anything to do with it?