spring-framework / org.springframework.web.method.annotation / SessionAttributesHandler / storeAttributes

storeAttributes

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.

Parameters

request - the current request

attributes - candidate attributes for session storage