This is the configuration of the session:``` insta...
# ktor
v
This is the configuration of the session:``` install(Sessions){ cookie<AuthToken>("ECO_AUTH_TOKEN", SessionStorageMemory()){ serializer = JacksonSessionSerializer<AuthToken>() } }```