Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-19672

(tc-407) (eZSession) Session Handler=ezpSessionHandlerDB parameter is being ignored

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Medium Medium
    • Known Issues Legacy Stack, 5.0
    • Misc
    • None
    • Operating System: RHEL 6.3
      PHP Version: 5.3.3
      Database and version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0
      Browser (and version): Firefox 15.0

    Description

      Hi,
      The following parameter is being ignored.

      $ vi .run/settings/override/site.ini.append.php
      [Session]
      Handler=ezpSessionHandlerDB
      

      As far as i saw, all sessions are being generated to app/cache/prod/sessions, within Simfony cache structure, either we user "Handler=" or "Handler=ezpSessionHandlerDB"

      Steps to reproduce
      - Set the session handler to database
      $ vi .run/settings/override/site.ini.append.php
      [Session]
      Handler=ezpSessionHandlerDB
      - Empty ezsession table
              truncate from ezsession
      - Access your site installation and log in
      - Verify if a session is being generated in database
      
      In mysql:
      Select count(*) from ezsession;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pcardiga pcardiga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: