5 #ifndef SESSIONSTOREFILE_H
6 #define SESSIONSTOREFILE_H
8 #include <Cutelyst/Plugins/Session/session.h>
12 class SessionStoreFilePrivate;
53 virtual bool storeSessionData(
Context *c,
66 virtual bool deleteExpiredSessions(
Context *c, quint64 expires)
final;
A session store that stores user sessions in the file system.
Abstract class to create a session store.
The Cutelyst namespace holds all public Cutelyst API.