Hi,
When I post to a PHP script, I lose ALL of environment variables - in fact, the only variables I have are the ones I posted, but I need $REMOTE_USER for the script to work ..
Just to make it clear, I can't access it via $_SERVER["REMOTE_USER"], getenv("REMOTE_USER"), $REMOTE_USER or any other POSSIBLE way php has to access it .. $PHP_AUTH_USER and so on. It's gone, baby, gone.
I have register_globals set to on and enabled track vars on my install.
What's goin' on?
Cheers