This is exactly what I was looking for... and it works too! :) Thanks! -ds----- Original Message ----- From: "Joshua Slive" <joshua@xxxxxxxx>
To: <users@xxxxxxxxxxxxxxxx> Sent: Tuesday, May 16, 2006 2:05 PM Subject: Re: [users@httpd] combining logins On 5/16/06, David Salisbury <salisbury@xxxxxxxxx> wrote:
Okay... here's one for the group.. ;) I have a legacy web site and a new web site I'm trying to "combine", in some ways. The old system uses auth_dbm with the browser prompting for user name and pw on a protected status code. The new system will use cookies more than likely. It would be "nice" if a person who sets a cookie on the new site is also logged onto the old site, so that any links between the two sites carry the login status. I might be wishing for the impossible, but is there a module anyone's heard of that will query for both, header query or cookie, accepting either one if it is available, that I could incorporate into Apache ( 2.*) ?
mod_auth_cookie does something similar to this. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx