Function __global->get_session_id
Definitions
sources/users.php
- Get the current session ID.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$ignore_static_cache | boolean | False | N/A | N/A | Whether to ignore the fact there may be a static cache; used to get true session ID during authentication code to break a paradoxs |
Return
- The current session ID (blank: none)
- Type: ID_TEXT
- Set: N/A
- Range: N/A