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
Last revisionBoth sides next revision
development:plugins:session_handlers [2018/03/14 18:05] – [Key Plugin Details] demiankatzdevelopment:plugins:session_handlers [2020/03/04 13:44] – [Notes] demiankatz
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']
Line 19: Line 21:
 ===== Notes ===== ===== Notes =====
  
-  * Although you could implement the \Zend\Session\SaveHandler\SaveHandlerInterface instead of extending \VuFind\Session\AbstractBase, it is recommended that you extend the base class since it includes some standard cleanup functionality that all handlers should use.+  * Although you could implement the \Laminas\Session\SaveHandler\SaveHandlerInterface instead of extending \VuFind\Session\AbstractBase, it is recommended that you extend the base class since it includes some standard cleanup functionality that all handlers should use.
   * For more details on sessions, see the [[http://php.net/manual/en/function.session-set-save-handler.php|PHP Documentation]].   * For more details on sessions, see the [[http://php.net/manual/en/function.session-set-save-handler.php|PHP Documentation]].
 ---- struct data ---- ---- struct data ----
 ---- ----
  
development/plugins/session_handlers.txt · Last modified: 2020/09/22 14:22 by demiankatz