session management for multiple silo's

What again was the consensus about user session management when the application is divided by several silo's in an application domain?
I think the choice is: (A) each silo has their own independent session manager, or (B) the application domain has a central silo that acts like the "domain manager" where all silo's delegate their sessionmanagement needs to.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
rpy's picture

B

I think the consensus was B because it's in 1 application domain. But maybe you should look it up in the meeting notes :-)

Jurjen's picture

....in the meeting notes LOL

....in the meeting notes LOL :-O that's open for improvement.

B I like. Thanks.