Documentation Archive Developer
Search
Table of Contents Previous Section

State Storage Strategies

WebObjects gives you the option of storing state in various ways:

By default, WebObjects uses the first approach, storing state on the server. To determine whether you should use this default approach or try one of the other state-storage solutions, read the next sections, "Comparison of Storage Options" and "A Closer Look at Storage Strategies." If you decide to use one of the other state-storage solutions, you may have to set up custom objects so that they can be archived. To learn more about this issue, read "Storing State for Custom Objects".

You may find you need to control the amount of state that is stored. The sections "Controlling Session State" and "Controlling Component State" tell you how to do so.

Table of Contents Next Section