Re: Share session information between modules?

2007-08-30 Thread David Cuenca
What makes userLogin to be in session always? The userLogin attribute is in session when you change of module! In some sense that mechanism makes information to be shared between sessions Thanks, David Cuenca Jacques Le Roux wrote: > You may also have a look at how the ShoppinCart works > > Jacqu

Re: Share session information between modules?

2007-08-29 Thread Jacques Le Roux
You may also have a look at how the ShoppinCart works Jacques De : "Adrian Crum" <[EMAIL PROTECTED]> > Each of the OFBiz components is a web app, and as such they each have their > own session. That is how > the j2ee spec works. > > You can share session information between components, but tha

Re: Share session information between modules?

2007-08-29 Thread Adrian Crum
Each of the OFBiz components is a web app, and as such they each have their own session. That is how the j2ee spec works. You can share session information between components, but that would be outside the best practices. It would be preferable to persist information that is shared between ses

Share session information between modules?

2007-08-29 Thread David Cuenca
I would like to know if we can share information between ofbiz modules as if they were a unique webapp, as if the modules were sharing the same session. Ofbiz uses the externalLoginKey to know if a user has to log-in when he requests a new module. But, besides, I would like to have the same session