Warn the user before session timeout

前端 未结 7 2341
感动是毒
感动是毒 2020-12-09 18:08

I have a web application implemented in Spring MVC, JSP.
Default session timeout is defined in web.xml is 30 min.

if use

7条回答
  •  甜味超标
    2020-12-09 18:39

    You can use like follows: I am using that in a jsp page like header.jsp. It works fine for me. I am using spring, jsp and jquery.

    javascript:

    
    
    

    HTML Div:

     
    
    

提交回复
热议问题