The Session interface is used to define a session driver that can be used to set and get session data for the Owl library.
| package | Owl | 
|---|---|
| author | Dave Widmer | 
getOnce(string $name, mixed $default) : mixed
stringThe property name
mixedThe default value
mixedThe property or default valueset(string $name, mixed $value)
stringThe property name
mixedThe property value