Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

session manager: allow setting cookie name

Tectu opened this issue · comments

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.