Psr7Middlewares\Middleware\AuraSession::name PHP Method

name() public method

Set the session name.
public name ( string $name ) : self
$name string
return self
    public function name($name)
    {
        $this->name = $name;
        return $this;
    }