Lets say that you are using a shared hosting plan and your application stores lots of objects in the application state.
If they start taking too much memory does this mean that the server will just remove them?
If not what will happen then? What happens when the server has no memory left? Can you still store objects into the application or session state?
I am asking this because i am planning on developing a big site that will rely on the application state, and it will be crucial that the objects stored there don't get destroyed. What i am afraid of is that at a certain point i might have too many objects in the application state and they might get removed to free up memory.