Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
66 stars 8 forks source link

session manager: allow setting cookie name #95

Open Tectu opened 2 years ago

Tectu commented 2 years ago

Currently, the cookie name for HTTP sessions is hard-coded in malloy::http:;session::manager. It might be desirable that a consuming application can override this.