You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2013/01/15 13:52:12 UTC

[jira] [Created] (OWB-758) session backed session context

Romain Manni-Bucau created OWB-758:
--------------------------------------

             Summary: session backed session context
                 Key: OWB-758
                 URL: https://issues.apache.org/jira/browse/OWB-758
             Project: OpenWebBeans
          Issue Type: Bug
            Reporter: Romain Manni-Bucau


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira