This method is called when the session containing it is about to be
passivated. Typically, this occurs in a distributed servlet container
when the session is about to be transferred to a different
container instance, after which the activate() method
will be called to indicate that the transfer is complete.
You may customize this method to release references to session data
or resources that can not be serialized with the session itself.
|