Introduction

The stateless filter overrides the standard session management and stores session data outside of the J2EE server. This allows to set up load-balanced application quickly, without using session stickyness or cluster configuration. The filter supports pluggable backends. Current ones are :

Note that the session can be stored partially on each backend. For e-commerce applications, basket data can be stored in an encryted cookie with unlimited life time, while account informations are stored in memcache.

How it works

Status

This filter is still in a beta status. Feel free to test it and report success and issues.

Pros

Cons