In an Asp.net2.0 application I have stored the object state in the session. The object state will be changing frequently. The size of the object is also large. Will this lead to "server error" in the application?
And also suggest whether there is any other way to store the state of the object which is large in size.