Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Class

Session

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

Overview

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 session and SessionsMiddleware for more information.

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype