wohali commented on issue #1711: cookie_authentication_handler failing to 
achieve successful cookie auth due to aggressive default timeout
URL: https://github.com/apache/couchdb/issues/1711#issuecomment-435620768
 
 
   @kennsippell By default, a `_session`  token is valid for 10 minutes. 
CouchDB cookies are stateless, meaning we do not store the session information 
on the server *at all*. The 10 minute / 600 second setting is in `default.ini`, 
you can override it in `local.ini` with:
   
   ```ini
   [couch_httpd_auth]
   timeout = 3600 ; or whatever number of seconds you want
   ```
   
   I presume your 750 iterations don't take the full 10 minutes?
   
   If this is an actual bug we'll need your full configuration and test script 
to reproduce. Thank you for working to make that as minimal as possible! 
:handshake: 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to