updateSession

fun updateSession(call: ApplicationCall, transform: (S) -> S): S(source)

Replaces the authenticated session with the value returned by transform.

Report a problem

Return

the updated session value.