set_userdata($data[, $value = NULL])
Parameters: |
|
---|---|
Return type: |
void |
Assigns data to the $_SESSION
superglobal.
Note
This is a legacy method kept only for backwards compatibility with older applications.
set_userdata($data[, $value = NULL])
Parameters: |
|
---|---|
Return type: |
void |
Assigns data to the $_SESSION
superglobal.
Note
This is a legacy method kept only for backwards compatibility with older applications.
Please login to continue.