For a web-based database program I'm writing, I'm using basic authentication to give different users different permissions.
I had assumed that
would consistently
reflect who the user was.
However, it seems that my program is erasing that information
so that
line in my program. What else could be having that effect?