I think the only option would be to use client-side cookies. Solr requests are stateless and there’s no server-side state maintained, no “sessions”.
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 <allej...@gmail.com> wrote: > Hi, > I have to keep login and password in some way. And read it in my > RequestHandler. > > Is that possible to add my own session or cookies do solr or velocity? How? > > Thanks > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-velocity-user-to-session-cookie-tp4109965.html > Sent from the Solr - User mailing list archive at Nabble.com.