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

getRequestedSessionId() public method

Return the session identifier included in this request, if any.
public getRequestedSessionId ( ) : string
return string The session identifier included in this request
    public function getRequestedSessionId()
    {
        return $this->requestedSessionId;
    }