AppserverIo\Appserver\ServletEngine\Http\Request::setRequestedSessionId PHP Method

setRequestedSessionId() public method

Set the requested session ID for this request. This is normally called by the HTTP Connector, when it parses the request headers.
public setRequestedSessionId ( string $requestedSessionId ) : void
$requestedSessionId string The new session id
return void
    public function setRequestedSessionId($requestedSessionId)
    {
        $this->requestedSessionId = $requestedSessionId;
    }