AppserverIo\Appserver\ServletEngine\Http\Request::getRequestedSessionId PHP Méthode

getRequestedSessionId() public méthode

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