I have this piece of code configured in my web.xml file to validate a user session.
<session-config>
<session-timeout>30</session-timeout>
</session-config>
i want to understand its internal working as to how a particular user is validated and where, when a user makes a request after 30 mins.