how to make htpasswd authenticate once per session

68 Views Asked by At

how to make htpasswd authenticate once per session, as If I have a link to the same directory, it asks me to re authenticate.

my directives are:

AuthType Basic
AuthName "installation Page"
Require valid-user
0

There are 0 best solutions below