[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] REMOTE_USER variable
- Subject: [cobalt-developers] REMOTE_USER variable
- From: "Curtis Ross" <Curtis_Ross@xxxxxx>
- Date: Tue Oct 17 10:19:00 2000
- List-id: Mailing list for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hello All,
I am using a .htaccess file to protect a directory/site . Using
perl/cgi I can obtain the REMOTE_USER variable and store or display this
information. What I would like to do is display all users that are
currently authenticated to this resource. So in effect I want to display
not only the logged in users REMOTE_USER variable but all REMOTE_USER
variables that are currently logged in. Is this possible? Is anyone
doing something similar?
Thanks, Curtis Ross