Java Stateless Session Filter released on sourceforge
January 24th, 2010I just finished publishing on sourceforge a simple filter named Java Stateless Session Filter which let you change the way your application use HTTP session without refactoring the code, or share user session between webapps while using the standard session API.
Several session stores are available out of the box :
- Cookie, with variants : plain (development only), Encrypted, JSON based
- Memcache
- Native session (when some attributes doesn’t need sharing)
The inital code is released under the Apache License v2.0 by Capgemini.
