Removes an attribute.
@api
string $name:
mixed The removed value
Overrides SessionInterface::remove
public function remove($name) { return $this->storage ->getBag($this->attributeName) ->remove($name); }