How can I set the sessions for the entire domain. ...
# ktor
w
How can I set the sessions for the entire domain. Currently using this:
call.sessions.set("SESSION", user.newSession().getUserSession())
.