3 Replies Latest reply on Mar 1, 2007 2:59 AM by dkrleza

    Shared session context

    dkrleza

      Hello!

      Well, what we need is shared session context between multiple WEB modules inside single enterprise application. I know that this is not allowed by servlet specification, but...

      Few other app.servers support that: BEA, WAS. Well, this feature is very interesting because you don't need to transfer security credentials between WEB modules and create separate session context for every WEB module. It doesn't matter which WEB module creates session context, other modules can read and use it.

      I have read somewhere on the Internet that JBoss doesn't support that YET and that the JBoss team has decided to add this feature in version 4...

      Any news about this?