RE: get username

2001-11-16 Thread MECKLIN, JOE (ASI)
$ENV{REMOTE_USER} This will require defining your web server (Apache, IIS, whatever) to require authentication when connecting to a particular page in order to get a valid name. I'm not sure you can get a valid username without implementing the server's security functions, whatever form they are

Re: get username

2001-11-16 Thread Etienne Marcotte
hun? Well if you set a cookie you can read it, but else, you have to "read" somewhere the user info! Etienne Goessnitzer Nicolas wrote: > > Hi all ! > I try to build a Web-DBMS, > and I would like to get the username of a person making a new entry. > Is there a possibility of getting the usern