Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4AD8B10D9A for ; Tue, 7 Jan 2014 13:55:04 +0000 (UTC) Received: (qmail 97492 invoked by uid 500); 7 Jan 2014 13:54:19 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 97414 invoked by uid 500); 7 Jan 2014 13:54:07 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 97393 invoked by uid 99); 7 Jan 2014 13:54:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 13:54:02 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of erik.hatcher@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qa0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jan 2014 13:53:57 +0000 Received: by mail-qa0-f43.google.com with SMTP id k15so550727qaq.30 for ; Tue, 07 Jan 2014 05:53:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=x3+3a12h8YGn0j9FeqBC+HQChkGdyt5MdEta6ZYzd2U=; b=JNlVnnintgqu6tItphT6NzKLlZJXcfMRFoq3yAQFbkeZppBv7qI1MJqh80xLwtPjcd sC/DMuhsvfBL+nIW5L4npKT5eqXCqMf+SaQ2Z9nSqAl/RUDacEhfpDBO8yfdmBCzpdOI fL+YDx9MQmNkpn0KlrcxjLatIRTq/BPOEZbwOTkfbAZ0J5Z8aYlFrro9Djm56uz6VNQ4 pA4aol+/ILSPsu0EawInTS9cd6nQtuwYW9dJyKQuHv+tSGQg0BS4T3C8dSFhIEtngNrw tpeAUzBTYS4jP46VIXKXGcQlm5inJDpDEu3KDnu3b7h4zW8TqCEZEP1ZMJVL5/gpSzXk yo2A== X-Received: by 10.49.116.5 with SMTP id js5mr195666830qeb.36.1389102816678; Tue, 07 Jan 2014 05:53:36 -0800 (PST) Received: from client-216-30-180-108.dynamic.getopenspace.com (client-216-30-180-108.dynamic.getopenspace.com. [216.30.180.108]) by mx.google.com with ESMTPSA id ni10sm100474021qeb.23.2014.01.07.05.53.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 Jan 2014 05:53:31 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: Solr + velocity user to session/cookie From: Erik Hatcher In-Reply-To: <1389101375142-4109965.post@n3.nabble.com> Date: Tue, 7 Jan 2014 08:53:29 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <2FBE200C-2784-47FF-978C-89F14C5934D8@gmail.com> References: <1389101375142-4109965.post@n3.nabble.com> To: solr-user@lucene.apache.org X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org I think the only option would be to use client-side cookies. Solr = requests are stateless and there=92s no server-side state maintained, no = =93sessions=94. What are the use cases of your application? Perhaps something like = Blacklight would work for you as a full featured search app with = pluggable authentication, saved searches, etc? projectblacklight.org Erik On Jan 7, 2014, at 8:29 AM, ostrowskij wrote: > Hi, > I have to keep login and password in some way. And read it in my > RequestHandler. >=20 > Is that possible to add my own session or cookies do solr or velocity? = How? >=20 > Thanks >=20 >=20 >=20 > -- > View this message in context: = http://lucene.472066.n3.nabble.com/Solr-velocity-user-to-session-cookie-tp= 4109965.html > Sent from the Solr - User mailing list archive at Nabble.com.