IMPLEMENTATION NOTE: An instance of this class represents both the internal (Session) and application level (HttpSession) view of the session. However, because the class itself is not declared public, Java logic outside of the org.apache.catalina.session
package cannot cast an HttpSession view of this instance back to a Session view.
IMPLEMENTATION NOTE: If you add fields to this class, you must make sure that you carry them over in the read/writeObject methods so that this class is properly serialized. @author Craig R. McClanahan @author Sean Legassick @author Jon S. Stevens @version $Revision: 1.46 $ $Date: 2004/07/15 14:42:38 $
|
|
|
|