spring-framework / org.springframework.web.server.session / WebSessionStore / updateLastAccessTime

updateLastAccessTime

abstract fun updateLastAccessTime(webSession: WebSession): Mono<WebSession>

Update the last accessed timestamp to "now".

Parameters

webSession - the session to update

Return
the session with the updated last access time