Thymeleaf 中有两种获取会话属性的方法:
${#session.getAttribute('attr')}
${session.attr}
这两个
session
#session
$session
新版本的 thymeleaf 中删除了一些与会话相关的对象。