> I am curious about what you guys may have along the lines of
best
> practices for forwarding from a URL to a login, and then jumping back
to
> the
> original URL automatically. I have several separate applications that
all
> need to utilize the same login mechanism. I want the user to be
in_status($PHP_AUTH_USER,'Y');
}
}
liability_statement_check();
return(TRUE);
} else {
# USER NOT KNOWN
auth_header($PHP_AUTH_REALM);
}
}
Gary Every
Sr. UNIX Administrator
Ingram Entertainment
(615) 287-48
I am curious about what you guys may have along the lines of best
practices for forwarding from a URL to a login, and then jumping back to the
original URL automatically. I have several separate applications that all
need to utilize the same login mechanism. I want the user to be able to