I am trying to get a spring security session to expire after 30 minutes from log in. I do not want the timeBeforeExperation to be reset after every interaction.
Current Configuration:
<session-config>
<session-timeout>30</session-timeout>
</session-config>
Thanks
It does not appear to be possible with standard spring security.