in reply to Newbie Question - Maintaining User Authenication Through Multiple Scripts

If you're trying to maintain the user authentication on an Apache webserver (where you would use .htaccess files, or some other way to force authentication), you can let the script query the $ENV{REMOTE_USER} to determine the name of the user that logged in.

--HolyGrail
  • Comment on Re: Newbie Question - Maintaining User Authenication Through Multiple Scripts

Replies are listed 'Best First'.
Re: Re: Newbie Question - Maintaining User Authenication Through Multiple Scripts - $ENV{REMOTE_USER}
by bjelli (Pilgrim) on Jun 25, 2001 at 20:29 UTC