You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Liz Kim <li...@gmail.com> on 2008/01/08 22:01:14 UTC

[users@httpd] Access Log Missing Authenticated Users

I have a directory which is password protected.
When a user tries to access this pw protected area, the access log keeps
track of the access in the following format:
USER_IP_ADDRESS - USERNAME - [DATE: TIME] HTTP REQUEST

However, when I added a PHP script within this script as the index file and
created a session,
The username field just appears blank.

Is there a way to log the username while using php with sessions?

Thanks,
LK