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