AppserverIo\Appserver\ServletEngine\Http\Request::setRequestedSessionId PHP 메소드

setRequestedSessionId() 공개 메소드

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
리턴 void
    public function setRequestedSessionId($requestedSessionId)
    {
        $this->requestedSessionId = $requestedSessionId;
    }