drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.06k stars 1.06k forks source link

Add some interface for sessions #1942

Open an-tao opened 5 months ago

Mis1eader-dev commented 5 months ago

This PR allows for inserting a session programmatically, and retrieving a list of all sessions alive in memory, is that correct? If those two were intended, it looks good to me