AArhin / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Document handling of HttpSession(Binding|Attribute)Listener by JavaSerializationTranscoder #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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