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

getRequestedSessionName() public method

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