I am using Tomcat authentication for a webapp. Currently, i have
configured it for basic authentication and have successfully allowed
users to login.
However, i am also required keep a log on the user who have logged in.
I have done a google search on this and have yet to find any clues on
how i can retrieve the user who have logged in.
Would like to seek advise on how i can go about doing this.