About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:plugins:session_handlers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
development:plugins:session_handlers [2015/12/10 18:05] – ↷ Page moved from vufind2:session_handlers to development:plugins:session_handlers demiankatzdevelopment:plugins:session_handlers [2018/06/14 14:41] – [Key Plugin Details] demiankatz
Line 1: Line 1:
-====== Session Handler Plugins ======+====== Session Handlers ======
  
-// This page refers to VuFind 2.x and newer; for 1.x session support, see [[..:Creating a Session Handler|Creating a Session Handler]]. //+// This page refers to VuFind 2.x and newer; for 1.x session support, see [[legacy:vufind_1.x_developer_manual:creating_a_session_handler|Creating a Session Handler]]. //
  
 VuFind currently has the capability of supporting sessions stored on disk, in a database or in MemCache. You can also create your own handlers. VuFind currently has the capability of supporting sessions stored on disk, in a database or in MemCache. You can also create your own handlers.
Line 10: Line 10:
  
 **Base Class:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Session/AbstractBase.php|\VuFind\Session\AbstractBase]] **Base Class:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Session/AbstractBase.php|\VuFind\Session\AbstractBase]]
 +
 +**Interface:** [[https://github.com/vufind-org/vufind/blob/master/module/VuFind/src/VuFind/Session/HandlerInterface.php|\VuFind\Session\HandlerInterface]] (//introduced in VuFind 5.0//)
  
 **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['session'] **Service Locator Configuration Section in module.config.php:** ['vufind']['plugin_managers']['session']
  
-**Service Manager Name for Service Locator:** VuFind\SessionPluginManager+**Service Manager Name for Service Locator:** VuFind\SessionPluginManager (VuFind 2.x-4.x), VuFind\Session\PluginManager (VuFind 5.0+)
  
 See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins. See the [[development:plugins:general_information|General Plugin Information]] page for more details on VuFind plugins.
development/plugins/session_handlers.txt · Last modified: 2020/09/22 14:22 by demiankatz