Docs

class EVF_Session {}

EVF_Session class.

Methods

  • __get — Magic get method.
  • __isset — Magic isset method.
  • __set — Magic set method.
  • __unset — Magic unset method.
  • cleanup_sessions — Cleanup session data. Extended by child classes.
  • get — Get a session variable.
  • get_customer_id — Get customer ID.
  • init — Init hooks and session data. Extended by child classes.
  • set — Set a session variable.