You cannot share sessions directly across web apps, as that would be a violation of the Servlet Specification. There are workarounds, including using a singleton class loaded from the common classloader repository to hold shared information, or putting some of this shared information in a database or another data store
Sunday, May 2, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment