0

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

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
  • Some more detail will be appreciable check this http://stackoverflow.com/a/13276873/3514144 – Ajay Pandya Feb 25 '16 at 10:45
  • 1
    You forgot to tell the servlet web.xml version, the server make/version and how exactly you attempted to observe the timeout. Now no one in the world can reproduce your problem because it works just fine based on solely the information provided in the question and tested on latest servlet/server versions available and observed with the most logical way. – BalusC Feb 25 '16 at 12:15
  • @BalusC Thanks for telling..Actually im very new to this..im learning..Will it help? ` ` –  Feb 25 '16 at 12:30

0 Answers0