spring-framework / org.springframework.web.bind.support / DefaultSessionAttributeStore / setAttributeNamePrefix

setAttributeNamePrefix

open fun setAttributeNamePrefix(@Nullable attributeNamePrefix: String): Unit

Specify a prefix to use for the attribute names in the backend session.

Default is to use no prefix, storing the session attributes with the same name as in the model.