Currently I have added this in my web.xml
<session-config>
<session-timeout>1</session-timeout>
</session-config>
But after one minute session is not getting expired, I don't know whats wrong can anyone let me know where i'm doing wrong