GitHub user ocasta opened a pull request:
https://github.com/apache/couchdb/pull/61
Fix for 1799
Save the auth values along with the User context so that if the AuthSession
cookie has passed the time left threshold a new Set-Cookie is returned
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ocasta/couchdb 1799-rewrite-session-cookie-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/61.patch
----
commit 1122401b76d9c039f4cbc10a6a43bdca7edea3e8
Author: Martin Higham <[email protected]>
Date: 2013-05-22T09:43:40Z
Save the auth values so if the AuthSession cookie has passed the Time left
threshold it gets updated
----