Date:  08/10/2003 11:05:16 PM Msg ID:  001578
From:  FoxWeb Support Thread:  001576
Subject:  Re: How to get NetWare user login ID?
Calling show_cgi will return all the server variables available to your scripts.  If you don't see it in the list then it's probably not sent by the browser.

FoxWeb Support Team
support@foxweb.com email

Sent by Fox JW on 08/06/2003 11:10:17 PM:
I am using FoxWeb v1.29 with VFP6. How can I get the Netware user login ID in the web application? Currently, the web application is running in a NT4 server and users are login to their Netware fileserver.
I used GetEnv('operator') but the login id is from the local NT webserver.
 
JW