> Hi, > > Here is my need : I want to use Slide to manage content for several > companies and I can not just create SubjectNodes having uri like > /users/login because I would be exposed to login conflicts between > companies. > > It why I would like to know if there is a way with Slide to 'separate' > users to avoid these type of conflicts. > > I would like to be able to do this without having to change Slide's > config or restart Tomcat.
To get a real separation, I'd say you should create a separate namespace. If you don't want to do that, you can also do something like: /users/companyA/login /users/companyB/login Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
