implementation("io.ktor:ktor-server-sessions:3.3.2")
Enables session management in web applications, supporting client-side and server-side storage, with options for signing and encrypting session data.