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;
    }