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