The default transcoder (created by JavaSerializationTranscoderFactory) uses
tomcats StandardSession to serialize/deserialize sessions and their
attributes (writeObject/readObject).
All session attribute values that are not Serializable but implement
HttpSessionBindingListener or HttpSessionActivationListener get their
appropriate methods invoked (valueUnbound/attributeRemoved).
This should be documented as users need to be aware of this when starting to
use msm.
Original issue reported on code.google.com by martin.grotzke on 19 Feb 2010 at 2:04
Original issue reported on code.google.com by
martin.grotzke
on 19 Feb 2010 at 2:04