SessionManager
class SessionManager extends Manager (View source)
Methods
string
getDefaultDriver()
Get the default session driver name.
$this
from Manager
mixed
__call(
string $method,
array $parameters)
Dynamically call the default driver instance.
from Manager
array
getSessionConfig()
Get the session configuration.
void
setDefaultDriver(
string $name)
Set the default session driver name.