Session

    Sessions are a method for associating data with a client accessing your app.

    Session.swift:9
    final class Session

    Each session has a unique identifier that is used to look it up with each request to your app. This is usually done via HTTP cookies.

    See Request.session() and SessionsMiddleware for more information.

    Citizens in Vapor

    Conformances

    Type members

    Instance members