Q.
Could you please tell me iF in AuthentiX the Option:
"Call On Every Request" ("By COM" option)should work? I am successfully
using a component to authenticate, however I want it to check (for now)
every page request. This doesn't seem to work. I even added a
DisableODBCCache Reg_DWORD in the registry, using regedt32.exe, and set its value to 1.
I still am only asked for my user name/password when I initially request a
page in the secured directory. If i type a different page into the Address
box on my browser, I am let in without another prompt. Please explain if I
am missing something.
A.
Turn off http keep-alives (http 1.1) first on the server, this should do
it. (Then on the browser).
With keep-alives, a single connection serves multiple files.
Back to the top of the FAQ
Prev Next