We have recently setup a DNN site (v04.08.01) for our company intranet and uses AD authentication ~500 users.
We used both the DNN form authenticator(for host/admin login) and AD authentication (v01.00.03)
It all worked prefectly for a while, user is automatically authenticated when entering the site.
However we are starting to experienceing issues with users getting logged out and stuck on the login screen.
My first question, what may have caused this logout (session expire?) is it possible to re-authenticate them automatically without re-directing to the login page.
Anyway, I manage to work around the previous issue by code a javascript re-direct to WindowsSignin.aspx on the login page ( which I dont think is ideal )
Then we are starting to experienceing the second problem, users are finding it very slow (some times up to 30seconds) when initially loading up the page ( AD authentication ).
Some users are even timing out on WindowsSignin.aspx (screenshot 1). In DNN event log a thread aborted exception was received.
I searched all over the forum and did not found any thread on performance issue regarding to AD provider.
My second question, is can anyone suggest any possible cause/solution to this AD provider timing out issue.
Thanks