We would be happy to fix it, if you have any idea
# ktor
o
We would be happy to fix it, if you have any idea
m
Copy code
val userSession = installSessionFor<User>("SESSION_USER")
...
routing {
    get(...) {
        val user = call.session[userSession]
    }
}