Object Oriented Programming with PHP: Refreshing Kills my Objects!!!
I have been poking around in PHP for OOP and I noticed something... Objects are re-instantiated each time the page is refreshed. The problem is that I want the object to keep certain information in class variables for the whole time that someone is on a website. Is there some sort of way to keep an object alive the whole time that some...