Extension Hooks

sessions_end

Hook Added in Version:

1.4.0

Hook File Location:

core.session.php

Hook Description:

- Modify the user's session/member data.
- Additional Session or Login methods (ex: log in to other system)

Hook Parameters

  • $this - The current instantiated Session class with all of its variables and functions, use a reference in your functions to modify.

Hook Returns Data?

No

Appearance of Hook in the Code

$edata = $EXT->call_extension('sessions_end', $this);
if ($EXT->end_script === TRUE) return;