cutelyst 5.0.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::SessionStoreFile Member List

This is the complete list of members for Cutelyst::SessionStoreFile, including all inherited members.

deleteExpiredSessions(Context *c, quint64 expires) finalCutelyst::SessionStoreFilevirtual
deleteSessionData(Context *c, const QByteArray &sid, const QString &key) finalCutelyst::SessionStoreFilevirtual
getSessionData(Context *c, const QByteArray &sid, const QString &key, const QVariant &defaultValue) finalCutelyst::SessionStoreFilevirtual
SessionStore(QObject *parent=nullptr)Cutelyst::SessionStoreexplicit
SessionStoreFile(QObject *parent=nullptr)Cutelyst::SessionStoreFileexplicit
storeSessionData(Context *c, const QByteArray &sid, const QString &key, const QVariant &value) finalCutelyst::SessionStoreFilevirtual
~SessionStoreFile()Cutelyst::SessionStoreFile