Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > WebObjects Developer's Guide


Table of Contents Previous Section

A Closer Look at Storage Strategies

In a normal WebObjects application, you should set the session storage mechanism as early as possible, usually in the application object's initialization method or constructor. You set the mechanism by sending the application object a setSessionStore: message. This method takes a WOSessionStore object as an argument. WOSessionStore declares the serverSessionStore method to create server session stores.

Table of Contents Next Section