Gossamer Forum
Home : Products : DBMan : Customization :

More double login

Quote Reply
More double login
I seem to have a parallel situation to Bruce, but in my case it isn't server authentication, but login for multiple db's running under DBman.

I've redirected their separate output to different copies of HTML.PL in subdirectories, as specified in their separate CONFIG files.

But I still get the double login situation. I know that the user ID variables exist once one of the db's is logged into: both of them feed from the same password file no problem.

But how to know whether at least one has been logged into, and pass the user info from that?

P.S. congrats Alex on the forum as much as the product - this discussion tool makes it really valuable.
Quote Reply
Re: More double login In reply to
I'm not sure I fully understand your question, but if you want to have links between your databases, you can use

$db_script_url?db=[other database]&uid=$db_uid&[whatever]



------------------
JPD


Quote Reply
Re: More double login In reply to
I had a setup with two databases running off the same script. You can have it work with only one login if you have the same auth directory and the same password file for both databases. Then you just edit the html.pl to put links to the two databases wherever you want them, with some if/then/else structures to make the one link show up when the other database is active.