# FileSessionStore

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

****

### FileSessionStore

- [new FileSessionStore()](https://getkirby.com/docs/reference/objects/session/file-session-store/__construct.md)
- [$fileSessionStore->__destruct()](https://getkirby.com/docs/reference/objects/session/file-session-store/__destruct.md)
- [$fileSessionStore->collectGarbage()](https://getkirby.com/docs/reference/objects/session/file-session-store/collect-garbage.md)
- [$fileSessionStore->createId()](https://getkirby.com/docs/reference/objects/session/file-session-store/create-id.md)
- [$fileSessionStore->destroy()](https://getkirby.com/docs/reference/objects/session/file-session-store/destroy.md)
- [$fileSessionStore->exists()](https://getkirby.com/docs/reference/objects/session/file-session-store/exists.md)
- [$fileSessionStore->get()](https://getkirby.com/docs/reference/objects/session/file-session-store/get.md)
- [$fileSessionStore->lock()](https://getkirby.com/docs/reference/objects/session/file-session-store/lock.md)
- [$fileSessionStore->set()](https://getkirby.com/docs/reference/objects/session/file-session-store/set.md)
- [$fileSessionStore->unlock()](https://getkirby.com/docs/reference/objects/session/file-session-store/unlock.md)