Hii,
Iam using couchdb-python for one of my project and Iam stuck in user login.
I added some users using server.add_user() method with name and password.
Then, Iam using server.login() method with name and password to login, but when I execute this command Iam getting "must-revalidate" What Iam doing wrong please help.
Thank! you