View previous topic :: View next topic |
Author |
Message |
blewis@reeveswilliams.com -
Joined: 04 Mar 2004 Posts: 1
|
Posted: Sat Apr 03, 2004 5:14 pm Post subject: Access Username from CGI (ASP)? |
|
|
Can I access the Abyss Username for the current user from within my ASP script? Thanks. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Mon Apr 05, 2004 2:13 pm Post subject: Re: Access Username from CGI (ASP)? |
|
|
blewis@reeveswilliams.com wrote: | Can I access the Abyss Username for the current user from within my ASP script? Thanks. |
If the script is password protected in Abyss, you can find the user name in the variable Code: | Request.ServerVariables("AUTH_USER") | . _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|