Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.1.2
Description
When the current http session has expired, a new http session can be automatically created by using a CreateSessionInterceptor. However, this new session is not 'synchronized' with the action context session, i.e., the map that is injected into any action that is SessionAware. This map is always empty, however a newly created http session need not necessarily be empty, for example when we register a HttpSessionListener with the web application that automatically adds something to the session. (May be useful if you want to avoid null checks when retrieving a known object from the session.)