setId() public method
Sets the session ID.
This is a wrapper for PHP session_id().
public void setId ( $value ) | ||
---|---|---|
$value | string |
The session ID for the current session |
setId() public method
Sets the session ID.
This is a wrapper for PHP session_id().
public void setId ( $value ) | ||
---|---|---|
$value | string |
The session ID for the current session |
Please login to continue.