Uploaded image for project: 'Zeta Components'
  1. Zeta Components
  2. ZETACOMP-89

Connection is lost when putting the handler in session

    XMLWordPrintableJSON

Details

    Description

      I've made a script that use ezcSearchSolr, I can create the search sessionand do request.

      $this->session = new ezcSearchSession(
      new ezcSearchSolrHandler($domain, $port , $uri."/".$location),
      new ezcSearchEmbeddedManager()
      );

      When I put this search session inside the PHP session, I can do the first request and after that the $this->session->handler->connection is null.
      If you reinit the session at each time, it will work.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wascou Maxime THOMAS - Wascou.org
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: