Table of Contents Previous Section

Managing Session Resources

If you choose to store state in memory on the application server, memory usage can become an issue. (See "State Storage Strategies" for alternative ways of storing this information.) Take care that your application only stores state for active sessions and stores the smallest amount of state possible. WOSession lets you control these factors by providing a timeout mechanism for inactive sessions and by providing a way to specify exactly what state to store between transactions.

Table of Contents Next Section