Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In some case it is useful to use the session to store session beans even if performances are not so great as with a local map
here a sample for tomcat: org.apache.tomee.catalina.cdi.SessionContextBackedByHttpSession
the main issue is not the context itself but the fact to need to "touch" the session for each bean update