Thanks KNC
I'm not attempting to differentiate the apps on the basis of their
port numbers. I'm looking for the way to set cookie parameters so each
mounted sub-app will have its own cookie. In production this will run
on different servers; I'm just need a workaround for my dev /
prototyping setup where I can host several sub-apps as mounted end-
points within Express, and each has it's own separate authentication.
It's seems like you should be able to mount sub-apps with autonomous
authentication by specifying the cookie path. I just got a bit side-
tracked and haven't quite figured it out yet. If anyone has done it
please share :o)
Darren