Session Expire Problem.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsrinivasan
    New Member
    • Mar 2007
    • 221

    Session Expire Problem.

    Hi all,

    I am using struts in my application. My session is expired within 30 minutes.
    I need to set it for 60 minutes. Where i have to set it.

    Regards,
  • satishbabuk
    New Member
    • Jan 2008
    • 2

    #2
    one method is there in jsp. once you have to apply this method

    session.setMaxI nactiveInterval (600000);

    Comment

    • rsrinivasan
      New Member
      • Mar 2007
      • 221

      #3
      Originally posted by satishbabuk
      one method is there in jsp. once you have to apply this method

      session.setMaxI nactiveInterval (600000);
      Thanks for your reply. But i configured it in "web.xml" file. I got the answer from another forum. And i set it to 60 minutes now. And it is working fine.

      If you want the code, i will send to you.

      Ragards,
      Sri.

      Comment

      Working...