I have small application using JSF 1.1. It is using NTLM for authentication.
What is the best approach to store the logged in user_id, so that could be used in application across all java classes, user_id would be used in almost all jsf pages corresponding java classes.
Any help is highly appreciable.
Thanks
store it in the web session :