You ought to be able to get the authenticated user from the cgi vars,
cgi.remote_user or cgi.auth_user, not sure about getting the computer name
using thsi method though.

Alex
-----Original Message-----
From: Bushy [mailto:[EMAIL PROTECTED]
Sent: 29 September 2003 12:53
To: CF-Talk
Subject: Using <cfobject



Hi,

I'm using the line to grab the "computer name" and the authenticated "user"
on a WIndows 2000 Server.

<cfobect type="COM" name="w" class="WScript.Network" action=""> <cfcookie name="DisplayComputerName" value="#w.ComputerName#"
expires="never">
<cfcookie name="DisplayAuthenticatedUser" value="#auth#" expires="never">

Is there a better way of getting this information without using <cfobject?




  _____  


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to