Overrides SessionInterface::get
public function get(string $name, mixed $default = null) : mixed { return $this->getAttributeBag() ->get($name, $default); }