I have to two sites. One site is read only for most people (basically
a content site) and the other site is the normal "application" site.
I would like to be able direct people to the content site without
forcing them to log in again. Preferably I would also prefer not to
keep the user information in two databases.
I am thinking maybe some sort of a token passing scheme or another
might do but surely somebody has implemented something like this
already right?
I have a lot of flexibility in setting up my subdomans (or domains) so
I'll give your suggestion a go.
Did you have to do anything special in your apps like setting a
session token from one app and reading it from the other?
If you want to get really serious...
We use the Ruby implementations for CAS (http://www.jasig.org/cas),
across several large discrete systems. Might be a bit overkill for
you, but worth a look
Cheers
Phil
Man I wish the world could standardize on something like this. A very
long time ago I was a novell sysadmin and the directory server was so
good. It handled everything, all the novell apps used it, it supported
multi master replication so there was no latency to speak of etc.
Now I find myself maintaining the same users on multiple systems
because the application or the operating system doesn't support X, Y
or C.
Thanks. I'll be careful of it.