I am familiar with object oriented programming and most of my experience is with a WAMP/LAMP stack. I am curious about what happens when someone visits my site. To the point of apache responding to a user. Is an object created dynamically for each user as they do things on my website, then deleted as that action runs its course or is there an object that stays with that users' session and get cleaned up after the connection closes? Im trying to gain a deeper understanding of it.
Thanks