Retrieves a user’s session for the given token.
Parameters
$token
stringrequired- Session token.
Source
/**
* Validates the given session token for authenticity and validity.
*
* Checks that the given token is present and hasn't expired.
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.