I have J2EE system working in Wepsphere Aplicattion Server and the session expires after 15 minutes but when the user press F5 or uses the reload button the session works again. I have this code in my web.xml.
<session-config>
<session-timeout>15</session-timeout>
</session-config>
Is there an extra configuration to prevent the use of the F5 key or reload buttton.