Question

Using cookie authentication on Cloudant, is is possible to adjust the life of the cookie?

On a normal CouchDB setup "the session timeout is specified by the "timeout" parameter in the "couch_httpd_auth" section of the configuration. If not specified it defaults to 600 seconds (10 minutes)." I haven't found this option in the Cloudant dashboard.

Was it helpful?

Solution

The lifespan of a cookie is not configurable by the user in Cloudant. Cookies timeout after 24 hours.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top