PHP_AUTH_PW in PHPINFO()

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
swdave
Forum Newbie
Posts: 1
Joined: Sat Oct 19, 2002 10:30 pm

PHP_AUTH_PW in PHPINFO()

Post by swdave »

Just wondering is it safe for phpinfo() to expose the password in PHP_AUTH_PW. Can't that page be cached somewhere and expose the password even though the browser session is ended.
Post Reply