Is there a way for a PHP script to know which machine/user is
accessing the script?
The html headers at best show the client machine name/IP but not the
user. so...
Can AciveX be used to see who is logged in?
Can COM etc be used?
If this is not possible through the use of apache+php, can any other
application server beside iis + asp be used like tomcat?
I'd ideally like page A to be displayed if logged in user is A, page B
is displayed if logged in user is B. PHP will not be authenticating
the user (spoof is possible and OK), but user can be logged into any
machine.
accessing the script?
The html headers at best show the client machine name/IP but not the
user. so...
Can AciveX be used to see who is logged in?
Can COM etc be used?
If this is not possible through the use of apache+php, can any other
application server beside iis + asp be used like tomcat?
I'd ideally like page A to be displayed if logged in user is A, page B
is displayed if logged in user is B. PHP will not be authenticating
the user (spoof is possible and OK), but user can be logged into any
machine.
Comment