Hi, I am not sure what is the best way to approach this. I need to authenticate users against LDAP. However, i also need to track them through an application. What is the best way to do this? Normally, I would create a login page that authenticate against a database that tracks their session, but instead I have had to authenticate against active directory. Do I need to combine the login page to authenticate against LDAP and also a database to track their sessions. Please advise.