# AutoSession

AutoSession - simplified session handler with fully automatic session creation

****

- Full class name: `Kirby\Session\AutoSession`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Session/AutoSession.php#L14>

****

### AutoSession

- [new AutoSession()](https://getkirby.com/docs/reference/objects/session/auto-session/__construct.md)
- [$autoSession->collectGarbage()](https://getkirby.com/docs/reference/objects/session/auto-session/collect-garbage.md)
- [$autoSession->createManually()](https://getkirby.com/docs/reference/objects/session/auto-session/create-manually.md)
- [$autoSession->get()](https://getkirby.com/docs/reference/objects/session/auto-session/get.md)
- [$autoSession->getManually()](https://getkirby.com/docs/reference/objects/session/auto-session/get-manually.md)