How do I set session timeout of greater than 30 minutes

前端 未结 5 1264
攒了一身酷
攒了一身酷 2021-02-02 01:42

Dose anybody know how to set session timeout greater than 30 minutes? these two methods wont work (default to 30 min).




        
5条回答
  •  余生分开走
    2021-02-02 01:47

    if you are allowed to do it globally then you can set the session time out in

    TOMCAT_HOME/conf/web.xml as below

     
      
      
    
    
    
            60
    
    

提交回复
热议问题