I've protected a directory with satisfy and basic_auth, but seems that the validation is not stored in a cookie which after some time it's deleted, seems it's ip or something based. So i login once and eve if i keep the website open for half an hour, it does not re-request the validation.
Is there a way to set a timeout? ie, get access 10 minutes and after that, have to login again if clicking on a file?
Excerpt from section Disadvantages from wikipedia article about HTTP authentication
This question is very similar to https://stackoverflow.com/questions/8034899/%20nginx-auth-basic-time-limitation and the answer there is most useful. I won't duplicate it here.