Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 458DC9316 for ; Tue, 31 Jan 2012 17:28:09 +0000 (UTC) Received: (qmail 9199 invoked by uid 500); 31 Jan 2012 17:27:47 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 7220 invoked by uid 500); 31 Jan 2012 17:27:44 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 5683 invoked by uid 99); 31 Jan 2012 17:27:41 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:27:41 +0000 Received: from localhost (HELO mail-gx0-f180.google.com) (127.0.0.1) (smtp-auth username rnewson, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2012 17:27:40 +0000 Received: by ggnr1 with SMTP id r1so238160ggn.11 for ; Tue, 31 Jan 2012 09:27:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.153.234 with SMTP id vj10mr22773999igb.16.1328030859675; Tue, 31 Jan 2012 09:27:39 -0800 (PST) Received: by 10.42.6.72 with HTTP; Tue, 31 Jan 2012 09:27:39 -0800 (PST) In-Reply-To: References: Date: Tue, 31 Jan 2012 12:27:39 -0500 Message-ID: Subject: Re: how to achieve persistent authorization From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 https://issues.apache.org/jira/browse/COUCHDB-1304 B. On 31 January 2012 09:08, Alexander Gabriel wrote: > Hi > > How can the authorization cookies be made persistent? > I tried setting a high timeout but when I close firefox 9 then reopen it, > the cookie is gone. Which does not surprise as the cookie is set to expire > with the session. > > I could not find any documentation to the login function of > jquery.couch.js. There might be an option for this but the options don't > seem to be documented. > > Thanks for help. > > Alex