First of all... This seams a great module, so keep up the good work.

Can you help me with the following question?

Target
I want to create a site which exist out of 3 sub sites/spaces (exhibitors, visitors, press) with:
- their own content
- content that is being used for multiple sub sites

I can link content to each item via:
- taxonomy
- menu
- taxonomy menu
...

The problem
If I create content that should be visible on f.e. the space Exhibitor and Press, Drupal uses always the primary path. In that case if i'm at the Exhibitor space and I click on a page that has its primary menu-item under Press, the menu changes to the Press menu.

The Question
1. Can spaces solve this issue (or is there an other way)
2. If spaces can solve this... when do you switch to an other space.

Say...
Space 1 - prefix: exhibitors
Space 2 - prefix: visitors
Space 3 - prefix: press

I'm visiting: mysite.com/exhibitors/home -> prefix = exhibitors
click to: mysite.com/news/newsitem1 -> prefix = still exhibitors?
click to: mysite.com/press/contact -> prefix = press

Concrete
1. is a space only active if the prefix is in the url (like context based on path) OR
2. is a space active from the moment the url triggers (exhibitors), until it is triggers by another know prefix (press).

I hope it is number 2.

As it is hard to find any documentation. Is there a webpage where i can find how to configurate this.

I deeply appreciate taking time to help me!

Glenn