Search code examples
couchdbfauxton

How to disable timeout in fauxton


In developing i use the fauxton. But it is anoying keep using the login due to timeout. Is it possible to disable the timeout login for fauxton to avoid this problem in developing? Thank you


Solution

    1. Open Fauxton
    2. Go to the configuration page
    3. Under chttpd_auth there may or may not be a timeout entry. If there is delete it.
    4. Click "Add option". Fill out the form where "section" is chttpd_auth, "name" is timeout, and "value" is the timeout in seconds.