https://kotlinlang.org logo
#ktor
Title
w

wouterdoeland

01/13/2018, 5:34 PM
How can I set the sessions for the entire domain. Currently using this:
call.sessions.set("SESSION", user.newSession().getUserSession())
.