v3.7.1
This document provides the list of new features, enhancements, and fixed issues for Hazelcast Web Module (WM) release.
Fixes
- When using multiple contexts in a web container, a session cookie will always have a path of the context it's created in. This makes it impossible to have container wide sessions, where the path should be "/".
This should be fixed either with a boolean override (whether to use root) or by allowing to set a specific path. [#17] - Sessions is created for every request even when
getSession(false)
is called. [#14] - When setting up session clustering with a Spring Security application, session clustering works but a proper session fixation protection cannot be set. It'd be a good idea to change Hazelcast's session ID on login. Currently, it does not change. [#6]