the jars the new release 1.3.0 of memcached-session-manager are just uploaded.
Several improvements and fixes are included.
Change:
#53: By default, perform session backup asynchronously (change default
for sessionBackupAsync from false to true).
Improvements:
#50: Allow configuration of memcached protocol to use
#51: Session serialization should be done asynchronously when
sessionBackupAsync=true
#52: Add backupThreadCount attribute to specify number of threads to use
for async session backup
#54: Support session cookie 'HttpOnly' flag when changing session id due
to memcached failover (for tomcat >= 6.0.19 only)
#56: javolution-serializer: support public Collections/Maps providing
only a constructor taking an int (size)
#57: javolution-serializer: Provide more efficient serialization for
StringBuffer and StringBuilder
#59: Add support for serialization/deserialization of cglib proxies to
javolution-serializer
Fixes:
#38: Notify HttpSessionListeners and HttpSessionActivationListeners when
loading a session from memcached
#55: Wicket's MiniMap cannot be deserialized with javolution serializer
#58: Change jvmRoute on tomcat failover (when a session is served by
another tomcat)
Have fun with this release, feedback is welcome!
Cheers,
Martin