7#ifndef _SessionStore_H_
8#define _SessionStore_H_
11#include "httpsessionstore.h"
12#include "httpsettings.h"
41 #ifndef DOXYGEN_SHOULD_SKIP_THIS
42 SessionStore(
const HobrasoftHttpd::HttpSettings *settings, QObject *parent);
Seesion store - zajišťuje singleton instanci třídy.
void load()
Loads sessions from the file configured in httpd/sessions-file.
static SessionStore * sessionStore(const HobrasoftHttpd::HttpSettings *settings=NULL, QObject *parent=NULL)
Vrací ukazatel na singleton instanci třídy.
void save()
Saves sessions to the file configured in httpd/sessions-file.
Jmenný prostor pro obsluhu konkrétních HTTP požadavků aplikace.