Manage Distributed Sessions
Published in Java World, 2001
Using RMI and the Proxy API introduced in JDK 1.3, this article describes a technique that allows one or more Servlet servers to maintain session information on one or more session servers. By adapting this architecture, no single point of failure will exist for session management.
Recommended citation: Kelly Davis and Robert Di Marco. (2001). "Manage Distributed Sessions." Java World (now InfoWorld).
Download Paper
