$autosession->get()
Returns the automatic session
Parameters
Name | Type | Default | Description |
---|---|---|---|
$options | array |
[ ] |
Optional additional options: - detect : Whether to allow sessions in the Authorization HTTP header (true ) or only in the session cookie (false ); defaults to false - createMode : When creating a new session, should it be set as a cookie or is it going to be transmitted manually to be used in a header?; defaults to cookie - long : Whether the session is a long "remember me" session or a normal session; defaults to false |