open fun cleanupAttributes(request: WebRequest): Unit
Remove "known" attributes from the session, i.e. attributes listed by name in @SessionAttributes or attributes previously stored in the model that matched by type.
@SessionAttributes
request - the current request
request