RE: [PHP-DB] Login and link back...

2003-03-19 Thread John W. Holmes
> 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

RE: [PHP-DB] Login and link back...

2003-03-19 Thread Gary . Every
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

[PHP-DB] Login and link back...

2003-03-19 Thread NIPP, SCOTT V (SBCSI)
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