Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
SessionManager.hpp File Reference
#include <string>
#include <memory>
#include <orbit/http/HttpRequest.hpp>
#include <orbit/http/ResponseWriter.hpp>
#include <orbit/database/RedisClient.hpp>
Include dependency graph for SessionManager.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  middleware::SessionManager
 Middleware for managing sessions using Redis. More...
 

Namespaces

namespace  middleware
 

Functions

auto middleware::session (const std::string &redis_host, int redis_port)
 Helper to create a session management middleware handler.