I like the ease by which files can be protected using .htaccess but
would like to incorporate the 'login popup' function into an HTML doc and then be able to track the user. This would eliminate the need for
session based cookies, etc. (see
). But can it be done?
I've tried using $ENV{'REMOTE_USER'} for the tracking but get nothing back.