I wasn't sure if when a class is instantiated with code in PHP, if is stays in the servers cache where it would be possible to access it with ajax (php file), or if it just dies once the script finishes running.
Is it possible to do this with a Keep-Alive connection or something?
I know I'm showing my ignorance in web handle, but at the risk of looking like an idiot, I had to ask.
Thanks!
Edit: Oh, was also wanting to know, could you store an object in sessions to be accessed?