You can use flowlogix-jee and @ShiroSessionScoped to put beans into Shiro session
> On Oct 26, 2017, at 11:08 AM, Brian Demers <[email protected]> wrote: > > You should be using one or the other: > https://shiro.apache.org/session-management.html > <https://shiro.apache.org/session-management.html> > > I wrote a post on Shiro and Hazelcast here: > https://stormpath.com/blog/hazelcast-support-apache-shiro > <https://stormpath.com/blog/hazelcast-support-apache-shiro> > > On Thu, Oct 26, 2017 at 3:53 AM, amri <[email protected] > <mailto:[email protected]>> wrote: > I’m trying to configure session replication with Apache shiro and Hazelcast. > The issue is that I have two sessions one managed by JBoss not replicated > (JSESSIONID) and another session managed by Apashe shiro replicated. > > How can I replicate the JBoss session (Replicate CDI session scope bean). > > > > -- > Sent from: http://shiro-user.582556.n2.nabble.com/ > <http://shiro-user.582556.n2.nabble.com/> >
