Updates a session based on its verifier (token hash).
Description
Omitting the second argument destroys the session.
Parameters
$verifierstringrequired- Verifier for the session to update.
$sessionarrayoptional- Session. Omitting this argument destroys the session.
Default:
null
Source
abstract protected function update_session( $verifier, $session = null );
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.