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