AppserverIo\Appserver\ServletEngine\Http\Request::getRequestedSessionId PHP Метод

getRequestedSessionId() публичный Метод

Return the session identifier included in this request, if any.
public getRequestedSessionId ( ) : string
Результат string The session identifier included in this request
    public function getRequestedSessionId()
    {
        return $this->requestedSessionId;
    }