Malcolm Edgar wrote:
> The Visit object is serialized along with the Page state at the end of
> processing the request.
Strange ... I put together a simple test app that consists of a single
page that creates a custom visit object. The visit object implements
Serializable and has a writeObject() that simply throws an exception so
one would notice when it's serialized.
When I run the app, no serialization occurs between page requests. The
only time I saw the exception from visit was when I shutdown tomcat. I
guess that's because tomcat tries to save all open sessions to reacivate
them upon startup.
-dirk
This archive was generated by hypermail 2.0.0 : Tue Oct 25 2005 - 22:16:31 EDT