${session.foo} // Retrieves the session atttribute 'foo'
${session.size()}
${session.isEmpty()}
${session.containsKey('foo')}
${#authentication.principal}
Should Null Check ${#ctx.httpSession}
Then ${#ctx.httpSession.id}
LG Innotek