HTTPServerResponse.startSession

Initiates a new session.

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.

  1. Session startSession(string path)
  2. Session startSession(string path, SessionOption options)
    class HTTPServerResponse
    @safe
    Session
    startSession

Meta