Share Apex collection between applications in same session
I would like to be able to populate an Apex collection in one application, and then access it from another (in the same Apex session). However, it appears that Apex collections cannot be accessed other than by the app you are in when you create them. Is there a way to get around this limitation, short of building my own equivalent functionality?