David Carrdcblogdev.hashnode.devยทMay 13, 2011Naming your sessionsIn PHP when you create a session and give it a name always make the name unique and not the same name as any variables you have. For example if you create a session like this: $_SESSION['username'] = $username; You could override the session with...Add a thoughtful commentNo comments yetBe the first to start the conversation.