Multiple ColdBox applications under the same ColdFusion app name?

What are the implications of running multiple ColdBox applications
under the same ColdFusion app name? We have some security software
that relies on our apps sharing the same application name (which
allows the Session, Application, etc. scopes to be shared across
apps). Just wondering if it would be possible to run multiple Coldbox
apps in such an environment and what problems we might run in to.

Thanks

Dustin,

You could use ColdBox modules for this type of use case. Each module is
in essence it's a mini ColdBox application, sharing the one parent
application.

http://wiki.coldbox.org/wiki/Modules.cfm

Curt

What having completely separate ColdBox apps under the same CF app
name? Any issues that you can foresee?