...
To capture the NetID of the user who's logged into the secure directory, using the following code in your index.php file in the secure directory:
$netid=$_SERVER['REDIRECT_REMOTE_USER'];
...
To capture the NetID of the user who's logged into the secure directory, using the following code in your index.php file in the secure directory:
$netid=$_SERVER['REDIRECT_REMOTE_USER'];