open fun storeAttributes(request: WebRequest, attributes: MutableMap<String, *>): Unit
Store a subset of the given attributes in the session. Attributes not declared as session attributes via @SessionAttributes are ignored.
@SessionAttributes
request - the current request
request
attributes - candidate attributes for session storage
attributes