setHasSessionId() public method
Sets the value indicating whether the current request has sent the session ID.
This method is provided so that you can override the default way of determining whether the session ID is sent.
public void setHasSessionId ( $value ) | ||
---|---|---|
$value | boolean |
Whether the current request has sent the session ID. |
Please login to continue.