Function HTTPServerResponse.startSession
Initiates a new session.
Session startSession
(
string path = "/"
) scope scope @safe;
Session startSession
(
string path,
SessionOption options
) scope scope @safe;
The session is stored in the SessionStore that was specified when creating the server. Depending on this, the session can be persistent or temporary and specific to this server instance.